mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
chnages neede for mass branching
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
@@ -36,7 +36,7 @@ if __name__ == '__main__':
|
||||
'epel7': 'epel7',
|
||||
'F-11': 'f11', 'F-12': 'f12', 'F-13': 'f13', 'f14': 'f14', 'f15':
|
||||
'f15', 'f16': 'f16', 'f17': 'f17', 'f18': 'f18', 'f19': 'f19',
|
||||
'f20': 'f20', 'f21': 'f21', 'f22': 'f22', 'f23': 'f23',
|
||||
'f20': 'f20', 'f21': 'f21', 'f22': 'f22', 'f23': 'f23', 'f24': 'f24',
|
||||
'devel': 'master', 'master': 'master'}
|
||||
|
||||
# Create a "regex"ish list 0f the reserved branches
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# Global list of koji tags we care about
|
||||
tags = ({'name': 'Rawhide', 'tag': 'f24'},
|
||||
tags = ({'name': 'Rawhide', 'tag': 'f25'},
|
||||
|
||||
{'name': 'Fedora 24', 'tag': 'f24:updates'},
|
||||
{'name': 'Fedora 24', 'tag': 'f24'},
|
||||
{'name': 'Fedora 24 Testing', 'tag': 'f24-updates-testing'},
|
||||
|
||||
{'name': 'Fedora 23', 'tag': 'f23:updates'},
|
||||
{'name': 'Fedora 23', 'tag': 'f23'},
|
||||
|
||||
Reference in New Issue
Block a user