taskotron-prod: use https when accessing koji
This commit is contained in:
parent
a1c354a27a
commit
68ce379391
2 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,8 @@ execdb_external_url: https://taskotron.fedoraproject.org/execdb/
|
||||||
resultsdb_server: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v1.0/
|
resultsdb_server: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v1.0/
|
||||||
# this should be proxy01.phx2 through /etc/hosts
|
# this should be proxy01.phx2 through /etc/hosts
|
||||||
bodhi_server: https://bodhi.fedoraproject.org/
|
bodhi_server: https://bodhi.fedoraproject.org/
|
||||||
kojihub_url: http://koji.fedoraproject.org/kojihub
|
kojihub_url: https://koji.fedoraproject.org/kojihub
|
||||||
|
kojipkg_url: https://kojipkgs.fedoraproject.org/packages
|
||||||
taskotron_master: https://taskotron.fedoraproject.org/taskmaster/
|
taskotron_master: https://taskotron.fedoraproject.org/taskmaster/
|
||||||
resultsdb_external_url: https://taskotron.fedoraproject.org/resultsdb
|
resultsdb_external_url: https://taskotron.fedoraproject.org/resultsdb
|
||||||
artifacts_base_url: https://taskotron.fedoraproject.org/artifacts
|
artifacts_base_url: https://taskotron.fedoraproject.org/artifacts
|
||||||
|
|
|
@ -68,7 +68,7 @@ report_to_resultsdb: True
|
||||||
koji_url: {{ kojihub_url }}
|
koji_url: {{ kojihub_url }}
|
||||||
|
|
||||||
## URL of repository of all the RPM packages built in Koji
|
## URL of repository of all the RPM packages built in Koji
|
||||||
#pkg_url: http://kojipkgs.fedoraproject.org/packages
|
pkg_url: {{ kojipkg_url }}
|
||||||
|
|
||||||
## Whether to use staging Bodhi instance instead of production (the
|
## Whether to use staging Bodhi instance instead of production (the
|
||||||
## default one).
|
## default one).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue