From: teor Date: Fri, 3 Apr 2020 12:10:01 +0000 (+1000) Subject: doc: Also stop running practracker in hooks X-Git-Tag: tor-0.4.5.0-alpha-dev~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0fe88b236048b142c959f3514d9f164f9950b63;p=thirdparty%2Ftor.git doc: Also stop running practracker in hooks When making a new maint branch, stop running practracker in hooks. --- diff --git a/doc/HACKING/ReleaseSeriesLifecycle.md b/doc/HACKING/ReleaseSeriesLifecycle.md index 44a226fd9b..e4068ed806 100644 --- a/doc/HACKING/ReleaseSeriesLifecycle.md +++ b/doc/HACKING/ReleaseSeriesLifecycle.md @@ -102,9 +102,12 @@ they do not apply to security-related patch release versions. 4. Open tickets for connecting the new branches to various other places. See section 2 above for a list of affected locations. -5. Remove "check-best-practices" from the check-local Makefile - target in maint-x.y.z branch only. Merge to release-0.x.y.z but do - not forward-port to master. +5. Stop running practracker on maintainence and release branches: + * Remove "check-best-practices" from the check-local Makefile + target in the maint-x.y.z branch only. + * Delete the file scripts/maint/practracker/.enable_practracker_in_hooks + in the maint-x.y.z branch only. + * Merge to release-x.y.z, but do not forward-port to master. 6. Finally, make sure this document is up to date with our latest process.