bodhi.stg: point to koji.stg's IP directly
This commit is contained in:
parent
b0d6611fb2
commit
10cad3d5d7
1 changed files with 2 additions and 2 deletions
|
@ -151,8 +151,8 @@ pkgdb_url = 'https://admin.fedoraproject.org/pkgdb'
|
|||
|
||||
buildsystem = 'koji'
|
||||
{% if env == "staging" %}
|
||||
koji_hub = 'https://koji.stg.fedoraproject.org/kojihub'
|
||||
koji_url = 'http://koji.stg.fedoraproject.org'
|
||||
koji_hub = 'https://10.5.126.87/kojihub'
|
||||
koji_url = 'http://10.5.126.87'
|
||||
{% endif %}
|
||||
client_cert = '/etc/pki/bodhi/bodhi.pem'
|
||||
clientca_cert = '/etc/pki/bodhi/fedora-upload-ca.cert'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue