Wrong file
This commit is contained in:
parent
bff81cccfc
commit
f115b7123b
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@
|
|||
|
||||
- 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'] == '[^']*']"
|
||||
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']"
|
||||
tags:
|
||||
- koschei
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue