Re: [PATCH] bodhi-backend / pungi: drop i386 trees for f31+

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 9/9/19 11:31 AM, Randy Barlow wrote:
> +1

Oops. I forgot a part of this fix:


diff --git a/roles/bodhi2/backend/files/new-updates-sync
b/roles/bodhi2/backend/files/new-updates-sync
index 975d462..fde72e3 100755
--- a/roles/bodhi2/backend/files/new-updates-sync
+++ b/roles/bodhi2/backend/files/new-updates-sync
@@ -29,7 +29,7 @@ RELEASES = {'f31': {'topic': 'fedora',
                                      'dest': OSTREEDEST}],
                         'to': [{'arches': ['x86_64', 'armhfp',
'aarch64', 'source'],
                                 'dest': os.path.join(FEDORADEST, '31',
'Everything')},
-                               {'arches': ['i386', 'ppc64le', 's390x'],
+                               {'arches': ['ppc64le', 's390x'],
                                 'dest': os.path.join(FEDORAALTDEST,
'31', 'Everything')}
                               ]},
                               'updates-testing': {
@@ -38,7 +38,7 @@ RELEASES = {'f31': {'topic': 'fedora',
                                      'dest': OSTREEDEST}],
                         'to': [{'arches': ['x86_64', 'aarch64',
'armhfp', 'source'],
                                 'dest': os.path.join(FEDORADEST,
'testing', '31', 'Everything')},
-                               {'arches': ['i386', 'ppc64le', 's390x'],
+                               {'arches': ['ppc64le', 's390x'],
                                 'dest': os.path.join(FEDORAALTDEST,
'testing', '31', 'Everything')}
                               ]}}
                    },
@@ -50,7 +50,7 @@ RELEASES = {'f31': {'topic': 'fedora',
                         'ostrees': [],
                         'to': [{'arches': ['x86_64', 'aarch64',
'armhfp', 'source'],
                                 'dest': os.path.join(FEDORADEST, '31',
'Modular')},
-                               {'arches': ['i386', 'ppc64le', 's390x'],
+                               {'arches': ['ppc64le', 's390x'],
                                 'dest': os.path.join(FEDORAALTDEST,
'31', 'Modular')}
                               ]},
                               'updates-testing': {
@@ -58,7 +58,7 @@ RELEASES = {'f31': {'topic': 'fedora',
                         'ostrees': [],
                         'to': [{'arches': ['x86_64', 'aarch64',
'armhfp', 'source'],
                                 'dest': os.path.join(FEDORADEST,
'testing', '31', 'Modular')},
-                               {'arches': ['i386', 'ppc64le', 's390x'],
+                               {'arches': ['ppc64le', 's390x'],
                                 'dest': os.path.join(FEDORAALTDEST,
'testing', '31', 'Modular')}
                               ]}}
                    },

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux