changes for branching
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
parent
136c4cbb15
commit
5c0a086356
2 changed files with 6 additions and 2 deletions
|
@ -27,7 +27,7 @@ if __name__ == '__main__':
|
||||||
'epel7': 'epel7',
|
'epel7': 'epel7',
|
||||||
'F-11': 'f11', 'F-12': 'f12', 'F-13': 'f13', 'f14': 'f14', 'f15':
|
'F-11': 'f11', 'F-12': 'f12', 'F-13': 'f13', 'f14': 'f14', 'f15':
|
||||||
'f15', 'f16': 'f16', 'f17': 'f17', 'f18': 'f18', 'f19': 'f19',
|
'f15', 'f16': 'f16', 'f17': 'f17', 'f18': 'f18', 'f19': 'f19',
|
||||||
'f20': 'f20', 'f21': 'f21', 'f22': 'f22',
|
'f20': 'f20', 'f21': 'f21', 'f22': 'f22', 'f23': 'f23',
|
||||||
'devel': 'master', 'master': 'master'}
|
'devel': 'master', 'master': 'master'}
|
||||||
|
|
||||||
# Create a "regex"ish list 0f the reserved branches
|
# Create a "regex"ish list 0f the reserved branches
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Global list of koji tags we care about
|
# Global list of koji tags we care about
|
||||||
tags = ({'name': 'Rawhide', 'tag': 'f22'},
|
tags = ({'name': 'Rawhide', 'tag': 'f24'},
|
||||||
|
|
||||||
|
{'name': 'Fedora 23', 'tag': 'f23:updates'},
|
||||||
|
{'name': 'Fedora 23', 'tag': 'f23'},
|
||||||
|
{'name': 'Fedora 23 Testing', 'tag': 'f23-updates-testing'},
|
||||||
|
|
||||||
{'name': 'Fedora 22', 'tag': 'f22-updates'},
|
{'name': 'Fedora 22', 'tag': 'f22-updates'},
|
||||||
{'name': 'Fedora 22', 'tag': 'f22'},
|
{'name': 'Fedora 22', 'tag': 'f22'},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue