Ignore weak deps in staging Koschei

This commit is contained in:
Mikolaj Izdebski 2016-04-08 20:55:23 +00:00
parent 21824949be
commit b6dec401db

View file

@ -45,8 +45,7 @@ config = {
"cache_l1_threads": 3, "cache_l1_threads": 3,
"cache_l2_threads": 1, "cache_l2_threads": 1,
"cache_threads_max": 4, "cache_threads_max": 4,
{% if False %} {% if env == 'staging' %}
{# hawkey on el7 doesn't support ignore_weak_deps and Koji is not ignoring them either #}
"ignore_weak_deps": True, "ignore_weak_deps": True,
{% endif %} {% endif %}
}, },