bodhi: have the atomic composer remove fedora-atomic.git/*.repo

This commit is contained in:
Luke Macken 2015-08-22 00:50:39 +00:00
parent 3f3bf7ab8c
commit 09f9159b84

View file

@ -195,6 +195,9 @@ config = dict(
git_repo='https://git.fedorahosted.org/git/fedora-atomic.git',
git_cache='{work_dir}/fedora-atomic.git',
# Some branches contain custom .repo files that we don't want to use
delete_repo_files=True,
# Mock command
mock_cmd='/usr/bin/mock%s-r {mock}' % (rhel6 and ' ' or ' --new-chroot '),
mock_clean=True,