#2215 bodhi: add epel10.0 to new-updates-sync
Merged a year ago by kevin. Opened a year ago by carlwgeorge.
fedora-infra/ carlwgeorge/ansible epel10_new-updates-sync  into  main

@@ -152,6 +152,20 @@ 

                                  'dest': os.path.join(FEDORAALTDEST, 'testing', '39', 'Everything')}

                                ]}}

                     },

+             'epel10.0': {'topic': 'epel',

+                          'version': '10.0',

+                          'modules': ['epel'],

+                          'repos': {'epel': {

+                              'from': 'epel10.0',

+                              'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],

+                                      'dest': os.path.join(EPELDEST, '10', 'Everything')}

+                                    ]},

+                                    'epel-testing': {

+                              'from': 'epel10.0-testing',

+                              'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],

+                                      'dest': os.path.join(EPELDEST, 'testing', '10', 'Everything')}

+                                    ]}}

+                         },

              'epel9': {'topic': 'epel',

                        'version': '9',

                        'modules': ['epel'],

While EPEL 10 will have minor versions, the repo for the leading minor version will be published as just the major version. This is because it is intended for use on CentOS Stream 10, which does not indicate a minor version within the operating system.

Signed-off-by: Carl George carlwgeorge@gmail.com

We need a epel10.0-testing also to/from here I think.

rebased onto 5a79f8e

a year ago

ok, looks reasonable. Lets try.

Pull-Request has been merged by kevin

a year ago
Metadata