From f8faf29c79233987f62aa40f86f1be75a1ce612d Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 21 Jun 2019 18:14:04 +0000 Subject: [PATCH] Bodhi pungi config changes for epel8 stg testing Signed-off-by: Mohan Boddu --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index e25cec1dae..b6d27bb5ea 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -9,11 +9,19 @@ old_composes_per_release_type = True # GENERAL SETTINGS comps_file = { +{% if env != "staging" %} 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', 'branch': 'master', # defaults to cvs/HEAD or git/master 'file': 'comps-[[ release.branch ]].xml', 'command': 'make', +{% else %} + 'scm': 'git', + 'repo': 'https://pagure.io/forks/mohanboddu/fedora-comps.git', + 'branch': 'epel8', + 'file': 'comps-[[ release.branch ]].xml', + 'command': 'make', +{% endif %} } variants_file='variants.xml' sigkeys = [ @@ -35,7 +43,9 @@ sigkeys = [ '352C64E5', [% endif %] {% if env == "staging" %} - None +[% if release.version_int == 8 %] + '2f86d6a1' +[% endif %] {% endif %} ] hashed_directories = True