Add periodic ACL checks to PROCESS.rst

Gerrit ACLs need to be periodically checked to spot ACLs
allowing direct tagging or branching on official deliverables.

As discussed at the release meeting, this should be manually run
after each milestone.

Change-Id: Ief99c2f6bce4ee884604ac247c331d7e6edfccae
This commit is contained in:
Thierry Carrez 2018-07-04 14:13:34 +02:00
parent ad86c5a109
commit 2889e23735
1 changed files with 24 additions and 0 deletions

View File

@ -48,6 +48,14 @@ Milestone-1
milestone isn't important in terms of the release, so we want to
encourage everyone to pay attention on their own.
2. Run tools/aclissues.py to detect potential leftovers in Gerrit ACLs
allowing official deliverables to directly tag or branch without
going through openstack/releases. You need to specify the location
of up-to-date checkouts for the governance and the project-config
repositories. For example::
tools/aclissues.py ../project-config ../governance
Between Milestone-1 and Milestone-2
===================================
@ -77,6 +85,14 @@ Milestone-2
Filter out libraries that have insignificant changes (Updates to .gitreview,
etc.) and include list in the weekly countdown email.
2. Run tools/aclissues.py to detect potential leftovers in Gerrit ACLs
allowing official deliverables to directly tag or branch without
going through openstack/releases. You need to specify the location
of up-to-date checkouts for the governance and the project-config
repositories. For example::
tools/aclissues.py ../project-config ../governance
Between Milestone-2 and Milestone-3
===================================
@ -168,6 +184,14 @@ Milestone-3
7. Include a reminder about completing the responses to community-wide
goals in the countdown email.
8. Run tools/aclissues.py to detect potential leftovers in Gerrit ACLs
allowing official deliverables to directly tag or branch without
going through openstack/releases. You need to specify the location
of up-to-date checkouts for the governance and the project-config
repositories. For example::
tools/aclissues.py ../project-config ../governance
Between Milestone-3 and RC1
===========================