blob: 767b00969123e436f9531edbc55b2576d14d64d2 [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
suibin zhang7363b6e2014-05-22 14:34:33 -070018 create = group External ONOS Developers
19 create = group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080020 create = group Project Owners
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080021 forgeCommitter = group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070022 forgeCommitter = group External ONOS Developers
23 forgeCommitter = group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080024 forgeCommitter = group Project Owners
Brian O'Connor573d5682014-12-04 19:37:35 +000025 push = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080026 push = group Project Owners
27 label-Code-Review = -2..+2 group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070028 label-Code-Review = -2..+2 group External ONOS Developers
29 label-Code-Review = -2..+2 group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080030 label-Code-Review = -2..+2 group Project Owners
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080031 submit = group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070032 submit = group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080033 submit = group Project Owners
34 editTopicName = +force group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070035 editTopicName = group External ONOS Developers
36 editTopicName = group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080037 editTopicName = +force group Project Owners
Matteo Gerola750c56d2014-01-27 16:03:25 -080038 label-Verified = -1..+1 group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070039 label-Verified = -1..+1 group External ONOS Developers
Matteo Gerola5ea2d162014-01-20 15:53:14 -080040 label-Verified = -1..+1 group Non-Interactive Users
suibin zhang7363b6e2014-05-22 14:34:33 -070041 label-Verified = -1..+1 group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080042[access "refs/meta/config"]
43 exclusiveGroupPermissions = read
44 read = group Administrators
Brian O'Connor9b37ce82014-12-04 19:40:10 +000045 read = group Registered Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080046 push = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080047 label-Code-Review = -2..+2 group Administrators
48 label-Code-Review = -2..+2 group Project Owners
49 submit = group Administrators
50 submit = group Project Owners
Brian O'Connor48e463c2014-09-04 16:36:10 -070051 pushMerge = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080052[access "refs/tags/*"]
53 pushTag = group Administrators
54 pushTag = group Project Owners
55 pushSignedTag = group Administrators
56 pushSignedTag = group Project Owners
57[label "Code-Review"]
58 function = MaxWithBlock
59 copyMinScore = true
60 value = -2 Do not submit
61 value = -1 I would prefer that you didn't submit this
62 value = 0 No score
63 value = +1 Looks good to me, but someone else must approve
64 value = +2 Looks good to me, approved
Matteo Gerola14aa8692014-01-20 15:50:47 -080065[label "Verified"]
66 function = MaxWithBlock
67 value = -1 Fails
68 value = 0 No score
69 value = +1 Verified
Brian O'Connor099dce02014-12-03 00:36:15 -080070[contributor-agreement "Individual"]
71 description = If you are going to be contributing code on your own, please sign this CLA. You can sign this one online.
72 agreementUrl = static/cla.html
73 autoVerify = group CLA Accepted - Individual
74 accepted = group CLA Accepted - Individual