Add note about project read-only step for unretirement

Manual step is required when unretiring a project. Add a note so we
don't have to remember this next time.

Change-Id: Ic02860a423a35a2b1d6c50e0983b12c2d97f9f46
This commit is contained in:
Sean McGinnis 2018-06-28 13:08:08 -05:00
parent 825006296a
commit dd45ab7c16
1 changed files with 11 additions and 0 deletions

View File

@ -539,6 +539,17 @@ following:
* Remove your project from ``gerritbot/channels.yaml``.
.. note::
If there is a need to unretire a project, most steps here can be done in
reverse. This step has some caveats to be aware of when going in reverse.
With the removal of ACLs from the Gerrit project, the project gets marked as
read-only. Adding those ACLs back to the configuration files does not switch
it back to read-write. Manual intervention will be required from the infra
team to restore the project status back to "Active" in Gerrit before ACLs
can be reapplied successfully.
Step 5: Remove Repository from the Governance Repository
--------------------------------------------------------