Bodhi pungi config changes for epel8 stg testing

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2019-06-21 18:14:04 +00:00
parent a344c67cbd
commit f8faf29c79
1 changed files with 11 additions and 1 deletions

View File

@ -9,11 +9,19 @@ old_composes_per_release_type = True
# GENERAL SETTINGS # GENERAL SETTINGS
comps_file = { comps_file = {
{% if env != "staging" %}
'scm': 'git', 'scm': 'git',
'repo': 'https://pagure.io/fedora-comps.git', 'repo': 'https://pagure.io/fedora-comps.git',
'branch': 'master', # defaults to cvs/HEAD or git/master 'branch': 'master', # defaults to cvs/HEAD or git/master
'file': 'comps-[[ release.branch ]].xml', 'file': 'comps-[[ release.branch ]].xml',
'command': 'make', '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' variants_file='variants.xml'
sigkeys = [ sigkeys = [
@ -35,7 +43,9 @@ sigkeys = [
'352C64E5', '352C64E5',
[% endif %] [% endif %]
{% if env == "staging" %} {% if env == "staging" %}
None [% if release.version_int == 8 %]
'2f86d6a1'
[% endif %]
{% endif %} {% endif %}
] ]
hashed_directories = True hashed_directories = True