blob: 27de0eca8b518b424ab824b55a9e8e83d1adfaf1 [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
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080015[access "refs/heads/*"]
16 create = group Administrators
17 create = group Project Owners
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080018 forgeCommitter = group Administrators
19 forgeCommitter = group Project Owners
Brian O'Connor5fd3db72014-12-04 21:20:13 +000020 push = +force group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080021 label-Code-Review = -2..+2 group Administrators
22 label-Code-Review = -2..+2 group Project Owners
Brian O'Connor7b0eaab2014-12-04 19:45:46 +000023 label-Code-Review = -1..+1 group Registered Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080024 submit = group Administrators
25 submit = group Project Owners
Matteo Gerola750c56d2014-01-27 16:03:25 -080026 label-Verified = -1..+1 group Administrators
Matteo Gerola5ea2d162014-01-20 15:53:14 -080027 label-Verified = -1..+1 group Non-Interactive Users
Brian O'Connora9ce75a2014-12-04 19:52:46 +000028 forgeAuthor = group Administrators
29 forgeAuthor = group Project Owners
Brian O'Connor9da7ac32014-12-04 23:08:25 +000030 read = group Anonymous Users
Brian O'Connor6a7a09c2014-12-04 20:01:40 +000031 read = group Registered Users
Brian O'Connordb94f502014-12-04 20:11:47 +000032 abandon = group Administrators
33 abandon = group Project Owners
Brian O'Connor09b7f4b2014-12-04 21:16:55 +000034 pushMerge = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080035[access "refs/meta/config"]
36 exclusiveGroupPermissions = read
37 read = group Administrators
Brian O'Connor9da7ac32014-12-04 23:08:25 +000038 read = group Anonymous Users
Brian O'Connor9b37ce82014-12-04 19:40:10 +000039 read = group Registered Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080040 push = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080041 label-Code-Review = -2..+2 group Administrators
42 label-Code-Review = -2..+2 group Project Owners
43 submit = group Administrators
44 submit = group Project Owners
Brian O'Connor48e463c2014-09-04 16:36:10 -070045 pushMerge = group Administrators
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080046[access "refs/tags/*"]
47 pushTag = group Administrators
48 pushTag = group Project Owners
49 pushSignedTag = group Administrators
50 pushSignedTag = group Project Owners
Brian O'Connorfdb3d7c2014-12-04 20:03:44 +000051 read = group Registered Users
Gerrit Code Review23fb5e52013-12-03 16:13:52 -080052[label "Code-Review"]
53 function = MaxWithBlock
54 copyMinScore = true
55 value = -2 Do not submit
56 value = -1 I would prefer that you didn't submit this
57 value = 0 No score
58 value = +1 Looks good to me, but someone else must approve
59 value = +2 Looks good to me, approved
Matteo Gerola14aa8692014-01-20 15:50:47 -080060[label "Verified"]
61 function = MaxWithBlock
62 value = -1 Fails
63 value = 0 No score
64 value = +1 Verified
Brian O'Connor099dce02014-12-03 00:36:15 -080065[contributor-agreement "Individual"]
66 description = If you are going to be contributing code on your own, please sign this CLA. You can sign this one online.
67 agreementUrl = static/cla.html
68 autoVerify = group CLA Accepted - Individual
69 accepted = group CLA Accepted - Individual
Brian O'Connordd68ce52014-12-04 19:53:20 +000070[access "refs/for/refs/heads/*"]
Brian O'Connora382ea02014-12-04 22:57:03 +000071 push = group Administrators
Brian O'Connordd68ce52014-12-04 19:53:20 +000072 push = group Registered Users
Brian O'Connorb5571102014-12-04 20:12:39 +000073 forgeAuthor = group Project Owners
Brian O'Connor6a7a09c2014-12-04 20:01:40 +000074[access "refs/drafts/*"]
75 push = group Registered Users
76 publishDrafts = group Registered Users