From 2c52fa6cbe91b29c13740a5f14dc9acbc0937799 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 25 Oct 2017 10:47:36 +1100 Subject: [PATCH] Add notes on Release Managers abandon permissions We are granting abandon permissions for release managers so that changes on EOL branches can be removed. Change-Id: I7486fead3d1066e0c45cd3a9c2ff1545849bd7e3 --- doc/source/gerrit.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/gerrit.rst b/doc/source/gerrit.rst index f65ddeb8f5..b2816a4a5f 100644 --- a/doc/source/gerrit.rst +++ b/doc/source/gerrit.rst @@ -228,6 +228,9 @@ High level goals: $PROJECT-milestone (PTL and release minded people) exclusively can perform full code review (blocking or approving: +/- 2), and submit changes to be merged on pre-release stable/* branches. +#. Members of Release Managers can create and remove stable + branches, tag stable branches for EOL and abandon changes on EOL + branches. #. Full code review (+/- 2) of API projects (documentation of the API, not implementation of the API) should be available to the -core group of the corresponding implementation project as well as to the @@ -293,6 +296,7 @@ Next, edit `project.config` to look like:: pushTag = group Release Managers read = group Anonymous Users editTopicName = group Registered Users + abandon = group Release Managers [access "refs/drafts/*"] push = block group Registered Users