Code Review
/
dali_platform.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bc082a6
)
Modify access rules
18/9518/1
author
汤成
<cheng.tang@supwisdom.com>
Mon, 13 May 2019 08:33:42 +0000
(16:33 +0800)
committer
Gerrit Code Review
<gerrit@localhost>
Mon, 13 May 2019 08:33:42 +0000
(16:33 +0800)
Change-Id: If224a0b5109fdac9b9dd77bcc41219175b3e85fa
groups
patch
|
blob
|
history
project.config
patch
|
blob
|
history
diff --git
a/groups
b/groups
index
a41e376
..
9d96f64
100644
(file)
--- a/
groups
+++ b/
groups
@@
-1,4
+1,5
@@
# UUID Group Name
#
200c03415e0ff747249de1eabbbb7059cb404edd YktDaLi-All
+736b75e225be395db5a8530c75eec457c7f43b57 YktDaLiMaintainer
e8aaae9232aa1fbf3300432d27a35c2ebeb12fd4 YktDaLiAdmin
diff --git
a/project.config
b/project.config
index
fbf57fe
..
e048ace
100644
(file)
--- a/
project.config
+++ b/
project.config
@@
-7,3
+7,7
@@
[access "refs/*"]
owner = group YktDaLiAdmin
read = group YktDaLi-All
+[access "refs/heads/feature/*"]
+ create = group YktDaLi-All
+ submit = group YktDaLiAdmin
+ submit = group YktDaLiMaintainer