Setup for Rawhide being 26

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2016-07-26 13:59:53 +00:00
parent 58c07116fc
commit 3c612006b9
2 changed files with 7 additions and 2 deletions

View file

@ -38,6 +38,7 @@ if __name__ == '__main__':
'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', 'f24': 'f24',
'f25': 'f25',
'devel': 'master', 'master': 'master'}
# Create a "regex"ish list 0f the reserved branches

View file

@ -1,7 +1,11 @@
# Global list of koji tags we care about
tags = ({'name': 'Rawhide', 'tag': 'f25'},
tags = ({'name': 'Rawhide', 'tag': 'f26'},
{'name': 'Fedora 24', 'tag': 'f24:updates'},
{'name': 'Fedora 25', 'tag': 'f25:updates'},
{'name': 'Fedora 25', 'tag': 'f25'},
{'name': 'Fedora 25 Testing', 'tag': 'f25-updates-testing'},
{'name': 'Fedora 24', 'tag': 'f24:updates'},
{'name': 'Fedora 24', 'tag': 'f24'},
{'name': 'Fedora 24 Testing', 'tag': 'f24-updates-testing'},