owner-sync: s390 merged into primary from f27 onwards.

This commit is contained in:
Ralph Bean 2017-08-17 15:46:42 +00:00
parent 7ba8e62259
commit 708abe44ff

View file

@ -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