#702 cloud/container/fedora: Use https everywhere.
Merged 5 years ago by mohanboddu. Opened 5 years ago by kevin.
Unknown source https-everywhere  into  master

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

      'live': 'Live',

  }

  translate_paths = [

-    ('/mnt/koji/compose/', 'http://kojipkgs.fedoraproject.org/compose/'),

+    ('/mnt/koji/compose/', 'https://kojipkgs.fedoraproject.org/compose/'),

  ]

  image_build = {

      '^Cloud$': [

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

      'live': 'Live',

  }

  translate_paths = [

-    ('/mnt/koji/compose/', 'http://kojipkgs.fedoraproject.org/compose/'),

+    ('/mnt/koji/compose/', 'https://kojipkgs.fedoraproject.org/compose/'),

  ]

  

  # These will be inherited by live_media, live_images and image_build

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

  }

  

  translate_paths = [

-    ('/mnt/koji/compose/', 'http://kojipkgs.fedoraproject.org/compose/'),

+    ('/mnt/koji/compose/', 'https://kojipkgs.fedoraproject.org/compose/'),

  ]

  

  # These will be inherited by live_media, live_images and image_build

rebased onto 53eae63

5 years ago

LGTM, lets give it a try.

Pull-Request has been merged by mohanboddu

5 years ago