#613 cloud/container: Use urls that can be used for all arches
Merged 6 years ago by dustymabe. Opened 6 years ago by dustymabe.
dustymabe/pungi-fedora dusty1  into  f28

file modified
+2 -2
@@ -223,7 +223,7 @@ 

                      'disk_size': 4,

                      'arches': ['aarch64', 'ppc64', 'ppc64le', 's390x', 'x86_64'],

                      'repo': [

-                         'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/28/Everything/$arch/',

+                         'https://kojipkgs.fedoraproject.org/compose/updates/f28-updates/compose/Everything/$arch/os/'

                          'https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/$arch/os/' 

                      ],

                      'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/$arch/os/',
@@ -243,7 +243,7 @@ 

                      'disk_size': 40,

                      'arches': ['x86_64'],

                      'repo': [

-                         'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/28/Everything/$arch/',

+                         'https://kojipkgs.fedoraproject.org/compose/updates/f28-updates/compose/Everything/$arch/os/'

                          'https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/$arch/os/' 

                      ],

                      'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/$arch/os/',

file modified
+2 -2
@@ -227,7 +227,7 @@ 

                      'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'],

                      'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/$arch/os/',

                      'repo': [

-                         'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/28/Everything/$arch/',

+                         'https://kojipkgs.fedoraproject.org/compose/updates/f28-updates/compose/Everything/$arch/os/'

                          'https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/$arch/os/' 

                      ],

                      'subvariant': 'Container_Base'
@@ -249,7 +249,7 @@ 

                      'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'],

                      'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/$arch/os/',

                      'repo': [

-                         'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/28/Everything/$arch/',

+                         'https://kojipkgs.fedoraproject.org/compose/updates/f28-updates/compose/Everything/$arch/os/'

                          'https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/$arch/os/' 

                      ],

                      'subvariant': 'Container_Minimal_Base',

i'm going to go ahead and merge this so we can get tonight's run fixed. Since it only affects deliverables that aren't really important for release day this should be ok

Pull-Request has been merged by dustymabe

6 years ago