From d10d61fcd393c74513a6718d11c65f6dafedb9a5 Mon Sep 17 00:00:00 2001 From: Alexander Kanevskiy Date: Fri, 30 Aug 2013 08:12:03 -0700 Subject: [PATCH] group init --- groups | 5 +++++ project.config | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 groups diff --git a/groups b/groups new file mode 100644 index 0000000..d1c0f27 --- /dev/null +++ b/groups @@ -0,0 +1,5 @@ +# UUID Group Name +# +20ffab976c2260c57403aec4a24650d7a7e751fe Testing - Architects +28bce0a48835315fbe8f5016ba83f8f29a529401 Testing - Maintainers +8e018055d5a91534129bc6f4cab5a0d920b9e1d0 Testing - Integrators diff --git a/project.config b/project.config index 1224ca1..f8c14ba 100644 --- a/project.config +++ b/project.config @@ -2,3 +2,7 @@ inheritFrom = scm/acls/domains [project] state = active +[access "refs/heads/*"] + read = group Testing - Architects + read = group Testing - Integrators + read = group Testing - Maintainers -- 2.7.4