From: Alexander Kanevskiy Date: Sun, 4 Aug 2013 23:40:52 +0000 (-0700) Subject: Modify access rules X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec05c5447a6cbc5662c607628a0e2a7ecaff734f;p=scm%2Facls%2Fdomain_applications.git Modify access rules --- diff --git a/groups b/groups new file mode 100644 index 0000000..d45f80f --- /dev/null +++ b/groups @@ -0,0 +1,6 @@ +# UUID Group Name +# +0c904cdbfd3cb581da14dcb38b4e00ababa1a445 Applications - Maintainers +18f05fecf623d7273812f98c3f87c3adde622927 Applications - Reviewers +2eda612b20d04b0276b5f3f816241d538df8a934 Applications - Owners +5d99697106cc109415a8c70c61e93b1b94e35d51 Applications - Integrators diff --git a/project.config b/project.config index 63ace4f..81df4f2 100644 --- a/project.config +++ b/project.config @@ -2,3 +2,9 @@ state = active [access] inheritFrom = Domain-Projects +[access "refs/heads/*"] + owner = group Applications - Owners + abandon = group Applications - Integrators + abandon = group Applications - Maintainers + abandon = group Applications - Owners + abandon = group Applications - Reviewers