#499 Switch COPR URL to HTTPS
Merged 9 months ago by ngompa. Opened 9 months ago by thebeanogamer.
thebeanogamer/FedoraReview coprhttps  into  master

file modified
+1 -1
@@ -33,7 +33,7 @@ 

  from .settings import Settings

  from .url_bug import UrlBug

  

- COPR_HOST = "http://copr.fedorainfracloud.org"

+ COPR_HOST = "https://copr.fedorainfracloud.org"

  COPR_API_URL_TEMPLATE = COPR_HOST + "/api_3/build/{}"

  COPR_API_CHROOT_URL_TEMPLATE =\

      COPR_HOST + "/api_3/build-chroot?build_id={0}&chrootname={1}"

This is a tiny PR, so sorry for that. It doesn't really fit in with any of my other changes.

Intellij keeps yelling at me about this, may as well just appease it.

Pull-Request has been merged by ngompa

9 months ago
Metadata