From 09f9159b849c0efa839f7721eca43fde5ccf9f6f Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Sat, 22 Aug 2015 00:50:39 +0000 Subject: [PATCH] bodhi: have the atomic composer remove fedora-atomic.git/*.repo --- roles/bodhi2/backend/templates/atomic-config.py.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/bodhi2/backend/templates/atomic-config.py.j2 b/roles/bodhi2/backend/templates/atomic-config.py.j2 index 87824459fe..8f85d12a79 100644 --- a/roles/bodhi2/backend/templates/atomic-config.py.j2 +++ b/roles/bodhi2/backend/templates/atomic-config.py.j2 @@ -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,