Remove koschei hotfix - merged upstream

This commit is contained in:
Mikolaj Izdebski 2016-02-26 14:44:16 +00:00
parent f653714557
commit 410f02adb9

View file

@ -131,13 +131,3 @@
tags:
- koschei
- config
- name: HOTFIX koji changed default group type
lineinfile: >
dest=/usr/lib/python2.7/site-packages/koschei/util.py
regexp="if not package\['blocked'\] and package\['type'\] == '[^']*'\]"
line="if not package['blocked'] and package['type'] == 'mandatory']"
when: env != "staging"
tags:
- koschei
- hotfix