From b6dec401dbf6d59e1b7cfa01e5f3d4ef09ac76f3 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 8 Apr 2016 20:55:23 +0000 Subject: [PATCH] Ignore weak deps in staging Koschei --- roles/koschei/templates/config.cfg.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/koschei/templates/config.cfg.j2 b/roles/koschei/templates/config.cfg.j2 index 611b7f62a1..d8396ec77c 100644 --- a/roles/koschei/templates/config.cfg.j2 +++ b/roles/koschei/templates/config.cfg.j2 @@ -45,8 +45,7 @@ config = { "cache_l1_threads": 3, "cache_l2_threads": 1, "cache_threads_max": 4, - {% if False %} - {# hawkey on el7 doesn't support ignore_weak_deps and Koji is not ignoring them either #} + {% if env == 'staging' %} "ignore_weak_deps": True, {% endif %} },