summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Stanley <jstanley@bigbrother.rmrf.net>2010-01-02 15:11:12 -0500
committerJon Stanley <jstanley@bigbrother.rmrf.net>2010-01-02 15:11:12 -0500
commita170e4ba442f62d0b0416065ff66253c84be0727 (patch)
treef9723248d998c07d46ca0382042bb1cd3f497e71
parentde61d14764d29daaabdd4c345e1a28804be0bf87 (diff)
downloadcvssetfacl-a170e4ba442f62d0b0416065ff66253c84be0727.tar.gz
cvssetfacl-a170e4ba442f62d0b0416065ff66253c84be0727.tar.xz
cvssetfacl-a170e4ba442f62d0b0416065ff66253c84be0727.zip
Document some variables so they're slightly less confusing
-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'