From 26f407cdb20cb53c995d9f5a34d8f8dd00213444 Mon Sep 17 00:00:00 2001 From: Sehong Na Date: Sat, 30 Apr 2016 17:44:05 +0900 Subject: [PATCH] Modify Domain Privileges Signed-off-by: Sehong Na --- groups | 5 +++++ project.config | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 groups diff --git a/groups b/groups new file mode 100644 index 0000000..e27b547 --- /dev/null +++ b/groups @@ -0,0 +1,5 @@ +# UUID Group Name +# + SCM / Profile Configuration - Maintainers + SCM / Profile Configuration - Integrators + SCM / Profile Configuration - Reviewers diff --git a/project.config b/project.config index 950f5bc..10ea655 100644 --- a/project.config +++ b/project.config @@ -1,4 +1,55 @@ [project] + state = active description = Subdomain SCM / Profile Configuration. Privileges setting. [access] inheritFrom = scm/acls/domain_scm +[access "refs/heads/*"] + abandon = group SCM / Profile Configuration - Integrators + abandon = group SCM / Profile Configuration - Maintainers + create = group SCM / Profile Configuration - Integrators + create = group SCM / Profile Configuration - Maintainers + forgeAuthor = group SCM / Profile Configuration - Integrators + forgeAuthor = group SCM / Profile Configuration - Maintainers + forgeCommitter = group SCM / Profile Configuration - Integrators + forgeCommitter = group SCM / Profile Configuration - Maintainers + forgeServerAsCommitter = group SCM / Profile Configuration - Integrators + forgeServerAsCommitter = group SCM / Profile Configuration - Maintainers + push = group SCM / Profile Configuration - Integrators + push = +force group SCM / Profile Configuration - Maintainers + pushMerge = group SCM / Profile Configuration - Integrators + pushMerge = group SCM / Profile Configuration - Maintainers + label-Code-Review = -2..+2 group SCM / Profile Configuration - Integrators + label-Code-Review = -2..+2 group SCM / Profile Configuration - Maintainers + label-Code-Review = -2..+2 group SCM / Profile Configuration - Reviewers + label-Verified = -1..+1 group SCM / Profile Configuration - Integrators + label-Verified = -1..+1 group SCM / Profile Configuration - Maintainers + label-Verified = -1..+1 group SCM / Profile Configuration - Reviewers + rebase = group SCM / Profile Configuration - Integrators + rebase = group SCM / Profile Configuration - Maintainers + removeReviewer = group SCM / Profile Configuration - Integrators + removeReviewer = group SCM / Profile Configuration - Maintainers + removeReviewer = group SCM / Profile Configuration - Reviewers + submit = group SCM / Profile Configuration - Integrators + submit = group SCM / Profile Configuration - Maintainers + editTopicName = +force group SCM / Profile Configuration - Integrators + editTopicName = +force group SCM / Profile Configuration - Maintainers + deleteDrafts = group SCM / Profile Configuration - Integrators + deleteDrafts = group SCM / Profile Configuration - Maintainers + publishDrafts = group SCM / Profile Configuration - Integrators + publishDrafts = group SCM / Profile Configuration - Maintainers + publishDrafts = group SCM / Profile Configuration - Reviewers + viewDrafts = group SCM / Profile Configuration - Integrators + viewDrafts = group SCM / Profile Configuration - Maintainers + viewDrafts = group SCM / Profile Configuration - Reviewers +[access "refs/tags/*"] + create = group SCM / Profile Configuration - Integrators + create = group SCM / Profile Configuration - Maintainers + forgeAuthor = group SCM / Profile Configuration - Integrators + forgeAuthor = group SCM / Profile Configuration - Maintainers + forgeCommitter = group SCM / Profile Configuration - Integrators + forgeCommitter = group SCM / Profile Configuration - Maintainers + pushTag = group SCM / Profile Configuration - Integrators + pushTag = +force group SCM / Profile Configuration - Maintainers + pushSignedTag = group SCM / Profile Configuration - Integrators + pushSignedTag = group SCM / Profile Configuration - Maintainers + push = +force group SCM / Profile Configuration - Maintainers -- 2.34.1