From 3a3b01437570711a5a94127d58fa1f6e0dadfa3d Mon Sep 17 00:00:00 2001 From: Sehong Na Date: Sat, 30 Apr 2016 17:44:18 +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..c9b18c7 --- /dev/null +++ b/groups @@ -0,0 +1,5 @@ +# UUID Group Name +# + SCM / CI Services - Maintainers + SCM / CI Services - Integrators + SCM / CI Services - Reviewers diff --git a/project.config b/project.config index ce5b6e9..4c11af2 100644 --- a/project.config +++ b/project.config @@ -1,4 +1,55 @@ [project] + state = active description = Subdomain SCM / CI Services. Privileges setting. [access] inheritFrom = scm/acls/domain_scm +[access "refs/heads/*"] + abandon = group SCM / CI Services - Integrators + abandon = group SCM / CI Services - Maintainers + create = group SCM / CI Services - Integrators + create = group SCM / CI Services - Maintainers + forgeAuthor = group SCM / CI Services - Integrators + forgeAuthor = group SCM / CI Services - Maintainers + forgeCommitter = group SCM / CI Services - Integrators + forgeCommitter = group SCM / CI Services - Maintainers + forgeServerAsCommitter = group SCM / CI Services - Integrators + forgeServerAsCommitter = group SCM / CI Services - Maintainers + push = group SCM / CI Services - Integrators + push = +force group SCM / CI Services - Maintainers + pushMerge = group SCM / CI Services - Integrators + pushMerge = group SCM / CI Services - Maintainers + label-Code-Review = -2..+2 group SCM / CI Services - Integrators + label-Code-Review = -2..+2 group SCM / CI Services - Maintainers + label-Code-Review = -2..+2 group SCM / CI Services - Reviewers + label-Verified = -1..+1 group SCM / CI Services - Integrators + label-Verified = -1..+1 group SCM / CI Services - Maintainers + label-Verified = -1..+1 group SCM / CI Services - Reviewers + rebase = group SCM / CI Services - Integrators + rebase = group SCM / CI Services - Maintainers + removeReviewer = group SCM / CI Services - Integrators + removeReviewer = group SCM / CI Services - Maintainers + removeReviewer = group SCM / CI Services - Reviewers + submit = group SCM / CI Services - Integrators + submit = group SCM / CI Services - Maintainers + editTopicName = +force group SCM / CI Services - Integrators + editTopicName = +force group SCM / CI Services - Maintainers + deleteDrafts = group SCM / CI Services - Integrators + deleteDrafts = group SCM / CI Services - Maintainers + publishDrafts = group SCM / CI Services - Integrators + publishDrafts = group SCM / CI Services - Maintainers + publishDrafts = group SCM / CI Services - Reviewers + viewDrafts = group SCM / CI Services - Integrators + viewDrafts = group SCM / CI Services - Maintainers + viewDrafts = group SCM / CI Services - Reviewers +[access "refs/tags/*"] + create = group SCM / CI Services - Integrators + create = group SCM / CI Services - Maintainers + forgeAuthor = group SCM / CI Services - Integrators + forgeAuthor = group SCM / CI Services - Maintainers + forgeCommitter = group SCM / CI Services - Integrators + forgeCommitter = group SCM / CI Services - Maintainers + pushTag = group SCM / CI Services - Integrators + pushTag = +force group SCM / CI Services - Maintainers + pushSignedTag = group SCM / CI Services - Integrators + pushSignedTag = group SCM / CI Services - Maintainers + push = +force group SCM / CI Services - Maintainers -- 2.7.4