Add hotfix for koschei changed group

This commit is contained in:
Michael Simacek 2016-02-12 15:23:11 +01:00
parent 35c1a856e5
commit bff81cccfc

View file

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