mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
Handle another case for the module-package-list.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user