blob: 4b22c30156ce54b3856af389b8913838370f9f22 [file] [log] [blame]
Gerrit Code Review23fb5e52013-12-03 16:13:52 -08001[project]
2 description = Access inherited by all other projects.
Gerrit Code Review23fb5e52013-12-03 16:13:52 -08003[receive]
Brian O'Connordcab0cb2014-12-03 00:41:19 -08004 requireContributorAgreement = true
Gerrit Code Review23fb5e52013-12-03 16:13:52 -08005 requireSignedOffBy = false
6 requireChangeId = true
7[submit]
8 mergeContent = true
9[capability]
10 administrateServer = group Administrators
Matteo Gerolab295d4a2014-01-20 12:16:20 -080011 streamEvents = group Event Streaming Users
Brian O'Connorf6b4d402014-02-13 10:19:25 -080012 emailReviewers = deny group Non-Interactive Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080013[access "refs/*"]
14 read = group Administrators
Brian O'Connor9b750a42014-12-04 19:37:59 +000015 read = group Registered Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080016[access "refs/heads/*"]
17 create = group Administrators
18 create = group Project Owners
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080019 forgeCommitter = group Administrators
20 forgeCommitter = group Project Owners
Brian O'Connor573d5682014-12-04 19:37:35 +000021 push = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080022 label-Code-Review = -2..+2 group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070023 label-Code-Review = -2..+2 group External ONOS Developers
24 label-Code-Review = -2..+2 group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080025 label-Code-Review = -2..+2 group Project Owners
Brian O'Connor7b0eaab2014-12-04 19:45:46 +000026 label-Code-Review = -1..+1 group Registered Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080027 submit = group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070028 submit = group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080029 submit = group Project Owners
30 editTopicName = +force group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070031 editTopicName = group External ONOS Developers
32 editTopicName = group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080033 editTopicName = +force group Project Owners
Matteo Gerola750c56d2014-01-27 16:03:25 -080034 label-Verified = -1..+1 group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070035 label-Verified = -1..+1 group External ONOS Developers
Matteo Gerola5ea2d162014-01-20 15:53:14 -080036 label-Verified = -1..+1 group Non-Interactive Users
suibin zhang7363b6e2014-05-22 14:34:33 -070037 label-Verified = -1..+1 group ON.Lab ONOS Developers
Brian O'Connora9ce75a2014-12-04 19:52:46 +000038 forgeAuthor = group Administrators
39 forgeAuthor = group Project Owners
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080040[access "refs/meta/config"]
41 exclusiveGroupPermissions = read
42 read = group Administrators
Brian O'Connor9b37ce82014-12-04 19:40:10 +000043 read = group Registered Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080044 push = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080045 label-Code-Review = -2..+2 group Administrators
46 label-Code-Review = -2..+2 group Project Owners
47 submit = group Administrators
48 submit = group Project Owners
Brian O'Connor48e463c2014-09-04 16:36:10 -070049 pushMerge = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080050[access "refs/tags/*"]
51 pushTag = group Administrators
52 pushTag = group Project Owners
53 pushSignedTag = group Administrators
54 pushSignedTag = group Project Owners
55[label "Code-Review"]
56 function = MaxWithBlock
57 copyMinScore = true
58 value = -2 Do not submit
59 value = -1 I would prefer that you didn't submit this
60 value = 0 No score
61 value = +1 Looks good to me, but someone else must approve
62 value = +2 Looks good to me, approved
Matteo Gerola14aa8692014-01-20 15:50:47 -080063[label "Verified"]
64 function = MaxWithBlock
65 value = -1 Fails
66 value = 0 No score
67 value = +1 Verified
Brian O'Connor099dce02014-12-03 00:36:15 -080068[contributor-agreement "Individual"]
69 description = If you are going to be contributing code on your own, please sign this CLA. You can sign this one online.
70 agreementUrl = static/cla.html
71 autoVerify = group CLA Accepted - Individual
72 accepted = group CLA Accepted - Individual
Brian O'Connordd68ce52014-12-04 19:53:20 +000073[access "refs/for/refs/heads/*"]
74 push = group Registered Users