From 0a3032573c1b45d32178fbc1e2e6d6d30f6fe4d3 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Thu, 27 Sep 2012 17:31:54 -0600 Subject: [PATCH] More meaningful examples --- git_acl.cfg.example | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/git_acl.cfg.example b/git_acl.cfg.example index 0b85beb..8a19962 100644 --- a/git_acl.cfg.example +++ b/git_acl.cfg.example @@ -24,8 +24,8 @@ # the NONE permission. [user_groups] -devs = smckown dlotton jobu -losers = frank bill ted mike +devs = steve dave jobu +qa = frank bill ted mike [repo_groups] mirrors = mirrors/tinyos.git mirrors/chibios.git @@ -33,28 +33,28 @@ public = oss-web.git repo_shell.git cp210x.git private = redmine.git nesc.git [repo nesc.git] -smckown = +steve = ted = rw -losers = r +qa = r [repo oss-web.git] -smckown = rw +steve = rw devs = r [repo mirrors/tinyos.git] jobu = rw -smckown = r +steve = r devs = - -losers = r +qa = r [repo public] -dlotton = rw +dave = rw devs = - -losers = r +qa = r [repo private] -smckown = rw -dlotton = rw +steve = rw +dave = rw devs = [repo mirrors] -- 2.39.2