Handle another case for the module-package-list.

This commit is contained in:
Ralph Bean 2017-03-01 19:56:32 +00:00
parent 30015a5624
commit cd0684d6c1

View file

@ -103,6 +103,9 @@ if __name__ == '__main__':
# Ex: dist-6E-epel => el6
reponame = 'el%s' % version
arches = ["primary"]
elif tag == 'module-package-list':
reponame = 'master'
arches = ["primary"]
else:
# Fedora
if version == rawhide: