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=c551b9c470e420cbdf44fc65c1feb9f6a9a71c77;p=scm%2Facls%2Fdomain_sdk%2Fnative_ide.git Subdomain permissions --- diff --git a/groups b/groups new file mode 100644 index 0000000..0c227eb --- /dev/null +++ b/groups @@ -0,0 +1,3 @@ +# UUID Group Name +# +9ab071e7bf577530ddd10fd2945af92d8b080d6f SDK / Native IDE - Subdomain \ No newline at end of file diff --git a/project.config b/project.config index c0ee545..3017f6a 100644 --- a/project.config +++ b/project.config @@ -1,2 +1,23 @@ [access] inheritFrom = scm/acls/domain_sdk +[access "refs/heads/*"] + abandon = group SDK / Native IDE - Subdomain + create = group SDK / Native IDE - Subdomain + forgeAuthor = group SDK / Native IDE - Subdomain + forgeCommitter = group SDK / Native IDE - Subdomain + forgeServerAsCommitter = group SDK / Native IDE - Subdomain + push = +force group SDK / Native IDE - Subdomain + pushMerge = group SDK / Native IDE - Subdomain + label-Code-Review = -2..+2 group SDK / Native IDE - Subdomain + label-Verified = -1..+1 group SDK / Native IDE - Subdomain + rebase = group SDK / Native IDE - Subdomain + removeReviewer = group SDK / Native IDE - Subdomain + submit = group SDK / Native IDE - Subdomain + editTopicName = group SDK / Native IDE - Subdomain + deleteDrafts = group SDK / Native IDE - Subdomain + publishDrafts = group SDK / Native IDE - Subdomain +[access "refs/tags/*"] + create = group SDK / Native IDE - Subdomain + push = +force group SDK / Native IDE - Subdomain + pushTag = +force group SDK / Native IDE - Subdomain + pushSignedTag = group SDK / Native IDE - Subdomain \ No newline at end of file