Skip to content

Commit

Permalink
Setup for Rawhide being 26
Browse files Browse the repository at this point in the history
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
  • Loading branch information
Mohan Boddu committed Jul 26, 2016
1 parent 58c0711 commit 3c61200
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions roles/distgit/templates/genacls.pkgdb
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions roles/packages3/web/files/distmappings.py
@@ -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'},

Expand Down

0 comments on commit 3c61200

Please sign in to comment.