summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetacls.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setacls.py b/setacls.py
index ea67fd6..d7874b0 100755
--- a/setacls.py
+++ b/setacls.py
@@ -26,7 +26,12 @@ from optparse import OptionParser
CVSBASE = '/cvs/pkgs'
GROUP = re.compile('^@')
+# this will become the group owner of all of the directories
+
scm_admin_group = 'cvsadmin'
+
+# these groups can commit to anything, we'll just add them to the ACL like any
+# other groups like provenpackager
secondary_arch_groups = ['fedora-s390', 'fedora-ia64',
'fedora-sparc']
version = '0.1'