bodhi: Disable mock --new-chroot
for atomic composes until rpm-ostree is fixed
This commit is contained in:
parent
6f7fdf720c
commit
32ea396c4b
1 changed files with 2 additions and 1 deletions
|
@ -199,7 +199,8 @@ config = dict(
|
||||||
delete_repo_files=True,
|
delete_repo_files=True,
|
||||||
|
|
||||||
# Mock command
|
# Mock command
|
||||||
mock_cmd='/usr/bin/mock%s-r {mock}' % (rhel6 and ' ' or ' --new-chroot '),
|
#mock_cmd='/usr/bin/mock%s-r {mock}' % (rhel6 and ' ' or ' --new-chroot '),
|
||||||
|
mock_cmd='/usr/bin/mock -r {mock}',
|
||||||
mock_clean=True,
|
mock_clean=True,
|
||||||
|
|
||||||
# OSTree commands
|
# OSTree commands
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue