Handle another case for the module-package-list.
This commit is contained in:
parent
30015a5624
commit
cd0684d6c1
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue