summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2015-02-19 13:54:05 +0100
committerPierre-Yves Chibon <pingou@pingoured.fr>2015-02-19 13:54:05 +0100
commit1adc8fae3e4fcf5fbfb19ab7e1ab558f5d7d583b (patch)
treef2632fc541e0b6c437a0a161d9e10d6aa1e926a3
parentf883635ab55071030500b81d2f4a804ca6b81f5c (diff)
Formatting and add the f22 branch
-rw-r--r--roles/distgit/templates/genacls.pkgdb12
1 files changed, 6 insertions, 6 deletions
diff --git a/roles/distgit/templates/genacls.pkgdb b/roles/distgit/templates/genacls.pkgdb
index fc5782e1e..b46276e0e 100644
--- a/roles/distgit/templates/genacls.pkgdb
+++ b/roles/distgit/templates/genacls.pkgdb
@@ -23,12 +23,12 @@ if __name__ == '__main__':
# Set the active branches to create ACLs for
# Give them the git branch eqiv until pkgdb follows suite
ACTIVE = {'OLPC-2': 'olpc2', 'OLPC-3': 'olpc3', 'EL-4': 'el4',
- 'EL-5': 'el5', 'el5': 'el5', 'el6': 'el6', 'EL-6': 'el6',
- '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',
- 'devel': 'master', 'master': 'master'}
+ 'EL-5': 'el5', 'el5': 'el5', 'el6': 'el6', 'EL-6': 'el6',
+ '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',
+ 'devel': 'master', 'master': 'master'}
# Create a "regex"ish list 0f the reserved branches
RESERVED = ['f[0-9][0-9]', 'epel[0-9]', 'epel[0-9][0-9]', 'el[0-9]', 'olpc[0-9]']