From: Alexander Kanevskiy Date: Tue, 3 Jun 2014 11:37:20 +0000 (+0300) Subject: Subdomain permissions X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3d6e4d6fb6f80f715ebfc5ac62d8bccd4c35b08;p=scm%2Facls%2Fdomain_sdk%2Fcommand_line_tools.git Subdomain permissions --- diff --git a/groups b/groups new file mode 100644 index 0000000..8fe5d74 --- /dev/null +++ b/groups @@ -0,0 +1,3 @@ +# UUID Group Name +# +52370d8a9a6331f084c22665cced06314f8636c7 SDK / Command line tools - Subdomain \ No newline at end of file diff --git a/project.config b/project.config index c0ee545..cb027d5 100644 --- a/project.config +++ b/project.config @@ -1,2 +1,23 @@ [access] inheritFrom = scm/acls/domain_sdk +[access "refs/heads/*"] + abandon = group SDK / Command line tools - Subdomain + create = group SDK / Command line tools - Subdomain + forgeAuthor = group SDK / Command line tools - Subdomain + forgeCommitter = group SDK / Command line tools - Subdomain + forgeServerAsCommitter = group SDK / Command line tools - Subdomain + push = +force group SDK / Command line tools - Subdomain + pushMerge = group SDK / Command line tools - Subdomain + label-Code-Review = -2..+2 group SDK / Command line tools - Subdomain + label-Verified = -1..+1 group SDK / Command line tools - Subdomain + rebase = group SDK / Command line tools - Subdomain + removeReviewer = group SDK / Command line tools - Subdomain + submit = group SDK / Command line tools - Subdomain + editTopicName = group SDK / Command line tools - Subdomain + deleteDrafts = group SDK / Command line tools - Subdomain + publishDrafts = group SDK / Command line tools - Subdomain +[access "refs/tags/*"] + create = group SDK / Command line tools - Subdomain + push = +force group SDK / Command line tools - Subdomain + pushTag = +force group SDK / Command line tools - Subdomain + pushSignedTag = group SDK / Command line tools - Subdomain \ No newline at end of file