#417 Fix repos for image building
Merged 6 years ago by mohanboddu. Opened 6 years ago by lsedlar.
lsedlar/pungi-fedora f26-cloudimages  into  f26

file modified
+10 -4
@@ -214,8 +214,11 @@ 

                      'distro': 'Fedora-20',

                      'disk_size': 4,

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

-                     'repo': 'Cloud',

-                     'install_tree_from': 'Cloud',

+                     'repo': [

+                         'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/26/$arch/',

+                         'http://kojipkgs.fedoraproject.org/pub/alt/releases/26/Cloud/$arch/os/',

+                     ],

+                     'install_tree_from': 'http://kojipkgs.fedoraproject.org/pub/alt/releases/26/Cloud/$arch/os/',

                      'subvariant': 'Cloud_Base',

                      'failable': ['aarch64', 'ppc64', 'ppc64le'],

                       }
@@ -232,8 +235,11 @@ 

                      'distro': 'Fedora-20',

                      'disk_size': 40,

                      'arches': ['x86_64'],

-                     'repo': 'Cloud',

-                     'install_tree_from': 'Cloud',

+                     'repo': [

+                         'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/26/$arch/',

+                         'http://kojipkgs.fedoraproject.org/pub/alt/releases/26/Cloud/$arch/os/'

+                     ],

+                     'install_tree_from': 'http://kojipkgs.fedoraproject.org/pub/alt/releases/26/Cloud/$arch/os/',

                      'subvariant': 'Cloud_Base',

                      'failable': ['*'],

                       }

There is no Cloud variant we could take the repositories from. This should probably consume what was released as updates and also the initial GA content.

I don't know if this is the correct fix. However the way the config is written now the compose can never succeed. It runs every day and fails almost immediately.

Pull-Request has been merged by mohanboddu

6 years ago
Metadata