taskotron: use https in the artifacts url

This commit is contained in:
Martin Krizek 2015-11-06 08:35:45 +00:00
parent 38edc8b09f
commit a6173c33f4
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ bodhi_server: https://bodhi.fedoraproject.org/
kojihub_url: http://koji.fedoraproject.org/kojihub
taskotron_master: https://taskotron.fedoraproject.org/taskmaster/
resultsdb_external_url: https://taskotron.fedoraproject.org/resultsdb
artifacts_base_url: http://taskotron.fedoraproject.org/artifacts
artifacts_base_url: https://taskotron.fedoraproject.org/artifacts
client_report_to_bodhi: 'True'

View file

@ -46,7 +46,7 @@ bodhi_server: http://bodhi.fedoraproject.org/
kojihub_url: http://koji.fedoraproject.org/kojihub
taskotron_master: https://taskotron.stg.fedoraproject.org/taskmaster/
resultsdb_external_url: https://taskotron.stg.fedoraproject.org/resultsdb
artifacts_base_url: http://taskotron.stg.fedoraproject.org/artifacts
artifacts_base_url: https://taskotron.stg.fedoraproject.org/artifacts
client_report_to_bodhi: 'False'