bodhi: Disable mock --new-chroot for atomic composes until rpm-ostree is fixed

This commit is contained in:
Luke Macken 2015-08-24 17:12:17 +00:00
parent 6f7fdf720c
commit 32ea396c4b

View file

@ -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