Make the pungi configs for staging instead
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
e63588f612
commit
2eb3f57370
4 changed files with 9 additions and 8 deletions
|
@ -10,7 +10,7 @@ release_type = 'updates'
|
|||
bootable = False
|
||||
|
||||
variants_file='module-variants.xml'
|
||||
sigkeys = ['a3cc4e62']
|
||||
sigkeys = ['a3cc4e62', None]
|
||||
|
||||
hashed_directories = True
|
||||
|
||||
|
@ -18,7 +18,7 @@ hashed_directories = True
|
|||
runroot = False
|
||||
|
||||
# PDC settings
|
||||
pdc_url = 'https://pdc.fedoraproject.org/rest_api/v1'
|
||||
pdc_url = 'https://pdc.stg.fedoraproject.org/rest_api/v1'
|
||||
pdc_insecure = False
|
||||
pdc_develop = True
|
||||
|
|
@ -17,16 +17,17 @@ comps_file = {
|
|||
variants_file='variants.xml'
|
||||
sigkeys = [
|
||||
{% release.version_int == 25 %}
|
||||
'fdb19c98'
|
||||
'fdb19c98',
|
||||
{% elif release.version_int == 26 %}
|
||||
'64dab85d'
|
||||
'64dab85d',
|
||||
{% elif release.version_int == 27 %}
|
||||
'f5282ee4'
|
||||
'f5282ee4',
|
||||
{% elif release.version_int == 6 %}
|
||||
'0608b895'
|
||||
'0608b895',
|
||||
{% elif release.version_int == 7 %}
|
||||
'352C64E5'
|
||||
'352C64E5',
|
||||
{% endif %}
|
||||
None
|
||||
]
|
||||
hashed_directories = True
|
||||
|
||||
|
@ -123,7 +124,7 @@ ostree = [
|
|||
{% endif %}
|
||||
|
||||
translate_paths = [
|
||||
('/mnt/koji/compose/', 'https://kojipkgs.fedoraproject.org/compose/'),
|
||||
('/mnt/koji/compose/', 'https://kojipkgs.stg.fedoraproject.org/compose/'),
|
||||
]
|
||||
koji_profile = 'bodhi_koji'
|
||||
link_type = 'hardlink-or-copy'
|
Loading…
Add table
Add a link
Reference in a new issue