Use https for connecting to PDC
This commit is contained in:
parent
c9dc528e2d
commit
124505f9cd
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class ProdConfiguration(base.ProdConfiguration):
|
||||||
|
|
||||||
# Use production instances of PDC and Koji
|
# Use production instances of PDC and Koji
|
||||||
KOJI_REPOSITORY_URL = 'https://kojipkgs.fedoraproject.org/repos'
|
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,
|
# When building from scmurl,
|
||||||
# only such URLs that starts with some of these are allowed
|
# only such URLs that starts with some of these are allowed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue