drop f25 from this sync script
This commit is contained in:
parent
fc9283b51d
commit
3c1796f0fe
1 changed files with 1 additions and 3 deletions
|
@ -174,9 +174,7 @@ def get_branch_and_arches(tag, version):
|
|||
if STAGING:
|
||||
arches = ["primary"]
|
||||
else:
|
||||
if version <= "25":
|
||||
arches = ["primary", "arm", "ppc", "s390"]
|
||||
elif version <= "26":
|
||||
if version <= "26":
|
||||
arches = ["primary", "s390"]
|
||||
else:
|
||||
# Yay! Everything in primary.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue