Make tag2distrepo config work in staging
This commit is contained in:
parent
a5a6df0ec3
commit
afa827fbf6
1 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@ config = {
|
|||
|
||||
'tag2distrepo.tags': {
|
||||
'primary': {
|
||||
'url': 'https://koji.fedoraproject.org/kojihub',
|
||||
'url': 'https://koji{{ env_suffix }}.fedoraproject.org/kojihub',
|
||||
'authmethod': 'kerberos',
|
||||
'principal': 'bodhi/bodhi.fedoraproject.org@FEDORAPROJECT.ORG',
|
||||
'keytab': '/etc/krb5.bodhi_bodhi.fedoraproject.org.keytab',
|
||||
'principal': 'bodhi/bodhi{{ env_suffix }}.fedoraproject.org@{{ ipa_realm }}',
|
||||
'keytab': '/etc/krb5.bodhi_bodhi{{ env_suffix }}.fedoraproject.org.keytab',
|
||||
'options': {
|
||||
'krb_rdns': False
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue