From 9a26fbc7a23b4683cfb918d6db0e655e69decf81 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..1db2e0b --- /dev/null +++ b/groups @@ -0,0 +1,3 @@ +# UUID Group Name +# +5d4d83ef7f73e8a6534590ea1eead70e56c682db Network & Connectivity / Bluetooth - Subdomain \ No newline at end of file diff --git a/project.config b/project.config index 6e7dc6d..d342934 100644 --- a/project.config +++ b/project.config @@ -1,2 +1,23 @@ [access] inheritFrom = scm/acls/domain_network_and_connectivity +[access "refs/heads/*"] + abandon = group Network & Connectivity / Bluetooth - Subdomain + create = group Network & Connectivity / Bluetooth - Subdomain + forgeAuthor = group Network & Connectivity / Bluetooth - Subdomain + forgeCommitter = group Network & Connectivity / Bluetooth - Subdomain + forgeServerAsCommitter = group Network & Connectivity / Bluetooth - Subdomain + push = +force group Network & Connectivity / Bluetooth - Subdomain + pushMerge = group Network & Connectivity / Bluetooth - Subdomain + label-Code-Review = -2..+2 group Network & Connectivity / Bluetooth - Subdomain + label-Verified = -1..+1 group Network & Connectivity / Bluetooth - Subdomain + rebase = group Network & Connectivity / Bluetooth - Subdomain + removeReviewer = group Network & Connectivity / Bluetooth - Subdomain + submit = group Network & Connectivity / Bluetooth - Subdomain + editTopicName = group Network & Connectivity / Bluetooth - Subdomain + deleteDrafts = group Network & Connectivity / Bluetooth - Subdomain + publishDrafts = group Network & Connectivity / Bluetooth - Subdomain +[access "refs/tags/*"] + create = group Network & Connectivity / Bluetooth - Subdomain + push = +force group Network & Connectivity / Bluetooth - Subdomain + pushTag = +force group Network & Connectivity / Bluetooth - Subdomain + pushSignedTag = group Network & Connectivity / Bluetooth - Subdomain \ No newline at end of file -- 2.34.1