adjust atomic updates to use new-chroot
This commit is contained in:
parent
a13e88b0ba
commit
b25d6de5a4
1 changed files with 2 additions and 2 deletions
|
@ -254,8 +254,8 @@ config = dict(
|
|||
delete_repo_files=True,
|
||||
|
||||
# Mock command
|
||||
#mock_cmd='/usr/bin/mock%s-r {mock}' % (rhel6 and ' ' or ' --new-chroot '),
|
||||
mock_cmd='/usr/bin/mock -r {mock}',
|
||||
mock_cmd='/usr/bin/mock%s-r {mock}' % (rhel6 and ' ' or ' --new-chroot '),
|
||||
#mock_cmd='/usr/bin/mock -r {mock}',
|
||||
mock_clean=True,
|
||||
|
||||
# OSTree commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue