Turn off ignore_weak_deps for koschei-stg

This commit is contained in:
Michael Simacek 2016-01-20 09:44:58 +01:00
parent 4b30e89966
commit 9afcb0f01f

View file

@ -55,9 +55,12 @@ config = {
"cache_l1_threads": 6,
"cache_l2_threads": 2,
"cache_threads_max": 8,
{# hawkey on el7 doesn't support ignore_weak_deps and Koji is not
ignoring them either
{% if env == 'staging' %}
"ignore_weak_deps": True,
{% endif %}
#}
},
"services": {
"watcher": {