From 124505f9cd7939e396d2523250d5af7728687809 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Fri, 3 Nov 2017 00:33:33 +0100 Subject: [PATCH] Use https for connecting to PDC --- roles/copr/mbs/templates/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/mbs/templates/config.py b/roles/copr/mbs/templates/config.py index 79e7053445..f02e6a09e2 100644 --- a/roles/copr/mbs/templates/config.py +++ b/roles/copr/mbs/templates/config.py @@ -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