blob: 33af76ebad85dd62a268e9ee3beb0246e90cf504 [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
Brian O'Connor90a5c082017-08-11 20:57:35 +000013 accessDatabase = group user/Brian O'Connor (bocon)
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080014[access "refs/*"]
15 read = group Administrators
Brian O'Connorb6bf5ef2014-12-04 23:34:33 +000016 read = group Anonymous Users
17 read = group Registered Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080018[access "refs/heads/*"]
19 create = group Administrators
20 create = group Project Owners
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080021 forgeCommitter = group Administrators
22 forgeCommitter = group Project Owners
Brian O'Connor24c06002014-12-11 23:15:13 +000023 push = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080024 label-Code-Review = -2..+2 group Administrators
25 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
28 submit = group Project Owners
Matteo Gerola750c56d2014-01-27 16:03:25 -080029 label-Verified = -1..+1 group Administrators
Matteo Gerola5ea2d162014-01-20 15:53:14 -080030 label-Verified = -1..+1 group Non-Interactive Users
Brian O'Connora9ce75a2014-12-04 19:52:46 +000031 forgeAuthor = group Administrators
32 forgeAuthor = group Project Owners
Brian O'Connor9da7ac32014-12-04 23:08:25 +000033 read = group Anonymous Users
Brian O'Connor6a7a09c2014-12-04 20:01:40 +000034 read = group Registered Users
Brian O'Connordb94f502014-12-04 20:11:47 +000035 abandon = group Administrators
36 abandon = group Project Owners
Brian O'Connor09b7f4b2014-12-04 21:16:55 +000037 pushMerge = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080038[access "refs/meta/config"]
39 exclusiveGroupPermissions = read
40 read = group Administrators
Brian O'Connor9da7ac32014-12-04 23:08:25 +000041 read = group Anonymous Users
Brian O'Connor9b37ce82014-12-04 19:40:10 +000042 read = group Registered Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080043 push = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080044 label-Code-Review = -2..+2 group Administrators
45 label-Code-Review = -2..+2 group Project Owners
46 submit = group Administrators
47 submit = group Project Owners
Brian O'Connor48e463c2014-09-04 16:36:10 -070048 pushMerge = group Administrators
Brian O'Connoreb46e482015-04-29 00:03:01 +000049 label-Verified = -1..+1 group Administrators
50 label-Verified = -1..+1 group Project Owners
Gerrit Code Reviewbf851ec2017-09-13 20:26:24 +000051 create = group Administrators
52 create = group Project Owners
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080053[access "refs/tags/*"]
Brian O'Connorfdb3d7c2014-12-04 20:03:44 +000054 read = group Registered Users
Gerrit Code Review53276cd2017-09-13 20:26:24 +000055 createTag = group Administrators
56 createTag = group Project Owners
57 createSignedTag = group Administrators
58 createSignedTag = group Project Owners
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080059[label "Code-Review"]
60 function = MaxWithBlock
61 copyMinScore = true
62 value = -2 Do not submit
63 value = -1 I would prefer that you didn't submit this
64 value = 0 No score
65 value = +1 Looks good to me, but someone else must approve
66 value = +2 Looks good to me, approved
Brian O'Connora5ac2d02015-04-28 23:59:06 +000067 defaultValue = 0
Brian O'Connor947b57e2015-04-28 23:59:23 +000068 copyAllScoresOnTrivialRebase = true
69 copyAllScoresIfNoCodeChange = true
Matteo Gerola14aa8692014-01-20 15:50:47 -080070[label "Verified"]
Brian O'Connor947b57e2015-04-28 23:59:23 +000071 function = MaxWithBlock
72 value = -1 Fails
73 value = 0 No score
74 value = +1 Verified
Brian O'Connora5ac2d02015-04-28 23:59:06 +000075 defaultValue = 0
Brian O'Connor947b57e2015-04-28 23:59:23 +000076 copyAllScoresIfNoCodeChange = true
Brian O'Connore1eb5912017-08-02 10:54:40 -070077[contributor-agreement "Individual"]
Brian O'Connor90450b52017-08-02 09:55:34 -070078 description = If you are going to be contributing code, please sign this CLA.
79 agreementUrl = static/cla.html
80 autoVerify = group ONF CLA Accepted
81 accepted = group ONF CLA Accepted
Brian O'Connordd68ce52014-12-04 19:53:20 +000082[access "refs/for/refs/heads/*"]
Brian O'Connora382ea02014-12-04 22:57:03 +000083 push = group Administrators
Brian O'Connordd68ce52014-12-04 19:53:20 +000084 push = group Registered Users
Brian O'Connorb5571102014-12-04 20:12:39 +000085 forgeAuthor = group Project Owners
Brian O'Connor6a7a09c2014-12-04 20:01:40 +000086[access "refs/drafts/*"]
87 push = group Registered Users
88 publishDrafts = group Registered Users
Brian O'Connora5ac2d02015-04-28 23:59:06 +000089[access "refs/for/refs/meta/config"]
90 push = group Administrators
Gerrit Code Reviewb9eaaea2016-11-24 03:13:33 +000091[access "refs/for/*"]
92 addPatchSet = group Registered Users