commit 3d875904071f42112721f88a665642c3160218f6
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Nov 20 17:28:04 2018 +0100
Add an el8 branch
roles/distgit/templates/genacls.pkgdb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/roles/distgit/templates/genacls.pkgdb
b/roles/distgit/templates/genacls.pkgdb
index 39657db..6f91a70 100755
--- a/roles/distgit/templates/genacls.pkgdb
+++ b/roles/distgit/templates/genacls.pkgdb
@@ -28,7 +28,7 @@ if __name__ == '__main__':
# Give them the git branch eqiv until pkgdb follows suite
ACTIVE = {
'EL-5': 'el5', 'el5': 'el5', 'el6':
'el6', 'EL-6': 'el6',
- 'el7': 'el7',
+ 'el7': 'el7', 'el8': 'el8',
'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',