bodhi / backend: No longer sync or make aarch64 for epel7.
Since rhel dropped alt arch aarch64 with 7.7, we have to drop it in epel too. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
be681e40f3
commit
844bd333e9
2 changed files with 5 additions and 3 deletions
|
@ -171,12 +171,12 @@ RELEASES = {'f31': {'topic': 'fedora',
|
|||
'modules': ['epel'],
|
||||
'repos': {'epel-testing': {
|
||||
'from': 'epel7-testing',
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 'source'],
|
||||
'to': [{'arches': ['x86_64', 'ppc64le', 'source'],
|
||||
'dest': os.path.join(EPELDEST, 'testing', '7')}
|
||||
]},
|
||||
'epel': {
|
||||
'from': 'epel7',
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 'source'],
|
||||
'to': [{'arches': ['x86_64', 'ppc64le', 'source'],
|
||||
'dest': os.path.join(EPELDEST, '7')}
|
||||
]}}
|
||||
},
|
||||
|
|
|
@ -10,8 +10,10 @@
|
|||
[% if release.id_prefix == "FEDORA" %]
|
||||
<arch>armhfp</arch>
|
||||
[% endif %]
|
||||
[% if release.version_int >= 26 or release.version_int >= 7 %]
|
||||
[% if release.version_int >= 26 or release.version_int >= 8 %]
|
||||
<arch>aarch64</arch>
|
||||
[% endif %]
|
||||
[% if release.version_int >= 26 or release.version_int >= 7 %]
|
||||
<arch>ppc64le</arch>
|
||||
[% endif %]
|
||||
<arch>s390x</arch>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue