Merge "add note to run git review -s before deleting repo"

This commit is contained in:
Jenkins 2017-01-09 15:25:21 +00:00 committed by Gerrit Code Review
commit 2e3a68253a
1 changed files with 7 additions and 1 deletions

View File

@ -435,7 +435,8 @@ Step 2: Remove Project Content
Once Zuul is no longer running tests on your project, prepare a change
that removes all of the files from your project except the README.
Double check that all dot files are also removed.
Double check that all dot files (such as ``.gitignore``, ``.testr.conf``,
and ``.gitreview``) are also removed.
Replace the contents of the README with a message such as this::
@ -456,6 +457,11 @@ Replace the contents of the README with a message such as this::
Merge this commit to your project.
.. note::
Before removing ``.gitreview`` be sure to run ``git review -s``, this
will record the necessary information about the repository.
If any users missed the announcement that the project is being
retired, removing the content of the repository will cause any users
who continuously deploy the software as well as users who track