blob: 52ed5407d72c97bbd73cd299b5167f1df264feb5 [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
Matteo Gerola0d601552014-01-31 16:29:40 -080015 read = group Core ONOS Developers
16 read = group External ONOS Developers
Matteo Gerola9b430f82014-01-20 11:50:12 -080017 read = group Non-Interactive Users
Matteo Gerola0d601552014-01-31 16:29:40 -080018 read = group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080019[access "refs/heads/*"]
20 create = group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070021 create = group External ONOS Developers
22 create = group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080023 create = group Project Owners
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080024 forgeCommitter = group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070025 forgeCommitter = group External ONOS Developers
26 forgeCommitter = group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080027 forgeCommitter = group Project Owners
Brian O'Connor573d5682014-12-04 19:37:35 +000028 push = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080029 push = group Project Owners
30 label-Code-Review = -2..+2 group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070031 label-Code-Review = -2..+2 group External ONOS Developers
32 label-Code-Review = -2..+2 group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080033 label-Code-Review = -2..+2 group Project Owners
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080034 submit = group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070035 submit = group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080036 submit = group Project Owners
37 editTopicName = +force group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070038 editTopicName = group External ONOS Developers
39 editTopicName = group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080040 editTopicName = +force group Project Owners
Matteo Gerola750c56d2014-01-27 16:03:25 -080041 label-Verified = -1..+1 group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070042 label-Verified = -1..+1 group External ONOS Developers
Matteo Gerola5ea2d162014-01-20 15:53:14 -080043 label-Verified = -1..+1 group Non-Interactive Users
suibin zhang7363b6e2014-05-22 14:34:33 -070044 label-Verified = -1..+1 group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080045[access "refs/meta/config"]
46 exclusiveGroupPermissions = read
47 read = group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070048 read = group External ONOS Developers
49 read = group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080050 read = group Project Owners
51 push = group Administrators
52 push = group Project Owners
53 label-Code-Review = -2..+2 group Administrators
54 label-Code-Review = -2..+2 group Project Owners
55 submit = group Administrators
suibin zhang7363b6e2014-05-22 14:34:33 -070056 submit = group External ONOS Developers
57 submit = group ON.Lab ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080058 submit = group Project Owners
Brian O'Connor48e463c2014-09-04 16:36:10 -070059 pushMerge = group Administrators
Brian O'Connor573d5682014-12-04 19:37:35 +000060 label-Verified = -1..+1 group Core ONOS Developers
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080061[access "refs/tags/*"]
62 pushTag = group Administrators
63 pushTag = group Project Owners
64 pushSignedTag = group Administrators
65 pushSignedTag = group Project Owners
66[label "Code-Review"]
67 function = MaxWithBlock
68 copyMinScore = true
69 value = -2 Do not submit
70 value = -1 I would prefer that you didn't submit this
71 value = 0 No score
72 value = +1 Looks good to me, but someone else must approve
73 value = +2 Looks good to me, approved
Matteo Gerola14aa8692014-01-20 15:50:47 -080074[label "Verified"]
75 function = MaxWithBlock
76 value = -1 Fails
77 value = 0 No score
78 value = +1 Verified
Brian O'Connor099dce02014-12-03 00:36:15 -080079[contributor-agreement "Individual"]
80 description = If you are going to be contributing code on your own, please sign this CLA. You can sign this one online.
81 agreementUrl = static/cla.html
82 autoVerify = group CLA Accepted - Individual
83 accepted = group CLA Accepted - Individual