taskotron-prod: use https when accessing koji

This commit is contained in:
Martin Krizek 2017-01-17 19:06:12 +00:00
parent a1c354a27a
commit 68ce379391
2 changed files with 3 additions and 2 deletions

View file

@ -38,7 +38,8 @@ execdb_external_url: https://taskotron.fedoraproject.org/execdb/
resultsdb_server: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v1.0/
# this should be proxy01.phx2 through /etc/hosts
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/
resultsdb_external_url: https://taskotron.fedoraproject.org/resultsdb
artifacts_base_url: https://taskotron.fedoraproject.org/artifacts

View file

@ -68,7 +68,7 @@ report_to_resultsdb: True
koji_url: {{ kojihub_url }}
## 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
## default one).