mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
Use https for connecting to PDC
This commit is contained in:
committed by
Miroslav Suchý
parent
c9dc528e2d
commit
124505f9cd
@@ -19,7 +19,7 @@ class ProdConfiguration(base.ProdConfiguration):
|
||||
|
||||
# Use production instances of PDC and Koji
|
||||
KOJI_REPOSITORY_URL = 'https://kojipkgs.fedoraproject.org/repos'
|
||||
PDC_URL = 'http://pdc.fedoraproject.org/rest_api/v1'
|
||||
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'
|
||||
|
||||
# When building from scmurl,
|
||||
# only such URLs that starts with some of these are allowed
|
||||
|
||||
Reference in New Issue
Block a user