owner-sync: s390 merged into primary from f27 onwards.
This commit is contained in:
parent
7ba8e62259
commit
708abe44ff
1 changed files with 4 additions and 1 deletions
|
@ -156,8 +156,11 @@ def get_repo_name_and_arches(tag, version):
|
|||
else:
|
||||
if version <= "25":
|
||||
arches = ["primary", "arm", "ppc", "s390"]
|
||||
else:
|
||||
elif version <= "26":
|
||||
arches = ["primary", "s390"]
|
||||
else:
|
||||
# Yay! Everything in primary.
|
||||
arches = ["primary"]
|
||||
|
||||
return repo_name, arches
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue