From 8deef8dcdcbdf13514514bd53a3972eee779d470 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 30 Dec 2016 14:27:58 -0500 Subject: [PATCH] add note to run git review -s before deleting repo to ensure clarity, add a note that indicates to run `git review -s` before proposing the repo is deleted. without the change users may get hung up on trying to push the change, or may avoid deleting .gitreview. Change-Id: Ie7bc2c3c661110588275e8d5e4a0044822ea884b --- doc/source/drivers.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/source/drivers.rst b/doc/source/drivers.rst index 92616d1..600d0d7 100644 --- a/doc/source/drivers.rst +++ b/doc/source/drivers.rst @@ -428,7 +428,8 @@ 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:: @@ -449,6 +450,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