#704 Changing to https
Merged 5 years ago by kevin. Opened 5 years ago by mohanboddu.
mohanboddu/pungi-fedora f30-https  into  f30

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

Pull-Request has been merged by kevin

5 years ago