From 57cde5b5cd53f276b662d9f0f4b519a02ba4c5b6 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mon, 6 May 2019 17:15:05 +0000 Subject: [PATCH] bodhi: Configure pungi to check out master on comps. This is to work around https://pagure.io/pungi/issue/1181. Signed-off-by: Randy Barlow --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 020736aeed..c8eca63e54 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -11,7 +11,7 @@ old_composes_per_release_type = True comps_file = { 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', - 'branch': None, # defaults to cvs/HEAD or git/master + 'branch': 'master', # defaults to cvs/HEAD or git/master 'file': 'comps-[[ release.branch ]].xml', 'command': 'make', }