From 5e41893fd5dc410f7c314f43f32580d78d1ddc44 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 6 Jan 2016 21:18:19 +0000 Subject: [PATCH] Add accessDatabase and emailReviewers capabilities We're specifying the accessDatabase and emailReviewers capabilities in our Gerrit 2.11 All-Projects configuration "ACL" so document them in the usual place. Change-Id: I1235a8a1d9b9b579860f2d96641bacc99df409d8 --- doc/source/gerrit.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/gerrit.rst b/doc/source/gerrit.rst index c8c21db60c..e5338fb273 100644 --- a/doc/source/gerrit.rst +++ b/doc/source/gerrit.rst @@ -309,8 +309,10 @@ Next, edit `project.config` to look like:: pushMerge = group Continuous Integration Tools [capability] + accessDatabase = group Administrators administrateServer = group Administrators createProject = group Project Bootstrappers + emailReviewers = deny group Third-Party CI priority = batch group Non-Interactive Users runAs = group Project Bootstrappers streamEvents = group Registered Users