From a1fcb7ffdca4560cb75c09bcd87d2efea2a84d7b Mon Sep 17 00:00:00 2001 From: Alexander Kanevskiy Date: Tue, 13 May 2014 07:55:52 -0700 Subject: [PATCH] Modify access rules --- 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..068d371 --- /dev/null +++ b/groups @@ -0,0 +1,3 @@ +# UUID Group Name +# +a5b8d635a1fe7db3e750c6ac2416360216715d9f SCM / BB - Maintainers diff --git a/project.config b/project.config index 79e8afa..fa098ad 100644 --- a/project.config +++ b/project.config @@ -1,2 +1,23 @@ [access] inheritFrom = scm/acls/domain_scm +[access "refs/heads/*"] + abandon = group SCM / BB - Maintainers + create = group SCM / BB - Maintainers + forgeAuthor = group SCM / BB - Maintainers + forgeCommitter = group SCM / BB - Maintainers + forgeServerAsCommitter = group SCM / BB - Maintainers + push = +force group SCM / BB - Maintainers + pushMerge = group SCM / BB - Maintainers + label-Code-Review = -2..+2 group SCM / BB - Maintainers + label-Verified = -1..+1 group SCM / BB - Maintainers + rebase = group SCM / BB - Maintainers + removeReviewer = group SCM / BB - Maintainers + submit = group SCM / BB - Maintainers + editTopicName = group SCM / BB - Maintainers + deleteDrafts = group SCM / BB - Maintainers + publishDrafts = group SCM / BB - Maintainers +[access "refs/tags/*"] + create = group SCM / BB - Maintainers + push = +force group SCM / BB - Maintainers + pushTag = +force group SCM / BB - Maintainers + pushSignedTag = group SCM / BB - Maintainers -- 2.34.1