From f9e81792640b1ed018475c89284e1ff91d0ac31d Mon Sep 17 00:00:00 2001 From: Alexander Kanevskiy Date: Tue, 3 Jun 2014 14:37:22 +0300 Subject: [PATCH] Subdomain permissions --- groups | 3 +++ project.config | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 groups diff --git a/groups b/groups new file mode 100644 index 0000000..7b68109 --- /dev/null +++ b/groups @@ -0,0 +1,3 @@ +# UUID Group Name +# +662b8006a1c969c24ca5566c5fb8b76f447ca3ea SDK / Native build system - Subdomain \ No newline at end of file diff --git a/project.config b/project.config index c0ee545..d7fb2ec 100644 --- a/project.config +++ b/project.config @@ -1,2 +1,23 @@ [access] inheritFrom = scm/acls/domain_sdk +[access "refs/heads/*"] + abandon = group SDK / Native build system - Subdomain + create = group SDK / Native build system - Subdomain + forgeAuthor = group SDK / Native build system - Subdomain + forgeCommitter = group SDK / Native build system - Subdomain + forgeServerAsCommitter = group SDK / Native build system - Subdomain + push = +force group SDK / Native build system - Subdomain + pushMerge = group SDK / Native build system - Subdomain + label-Code-Review = -2..+2 group SDK / Native build system - Subdomain + label-Verified = -1..+1 group SDK / Native build system - Subdomain + rebase = group SDK / Native build system - Subdomain + removeReviewer = group SDK / Native build system - Subdomain + submit = group SDK / Native build system - Subdomain + editTopicName = group SDK / Native build system - Subdomain + deleteDrafts = group SDK / Native build system - Subdomain + publishDrafts = group SDK / Native build system - Subdomain +[access "refs/tags/*"] + create = group SDK / Native build system - Subdomain + push = +force group SDK / Native build system - Subdomain + pushTag = +force group SDK / Native build system - Subdomain + pushSignedTag = group SDK / Native build system - Subdomain \ No newline at end of file -- 2.34.1