From a170e4ba442f62d0b0416065ff66253c84be0727 Mon Sep 17 00:00:00 2001 From: Jon Stanley Date: Sat, 2 Jan 2010 15:11:12 -0500 Subject: Document some variables so they're slightly less confusing --- setacls.py | 5 +++++ 1 file changed, 5 insertions(+) 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' -- cgit