tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit c0fe88b236048b142c959f3514d9f164f9950b63
parent 6db2e59f2057951d4a9bbd3dfc15509eb9afa51b
Author: teor <teor@torproject.org>
Date:   Fri,  3 Apr 2020 22:10:01 +1000

doc: Also stop running practracker in hooks

When making a new maint branch, stop running practracker in hooks.

Diffstat:
Mdoc/HACKING/ReleaseSeriesLifecycle.md | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git 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.