summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-04-03 22:10:01 +1000
committerteor <teor@torproject.org>2020-04-03 22:10:01 +1000
commitc0fe88b236048b142c959f3514d9f164f9950b63 (patch)
treea6bd073a1d63d468b4747d0f04ca18280ad0fef5 /doc
parent6db2e59f2057951d4a9bbd3dfc15509eb9afa51b (diff)
downloadtor-c0fe88b236048b142c959f3514d9f164f9950b63.tar.gz
tor-c0fe88b236048b142c959f3514d9f164f9950b63.zip
doc: Also stop running practracker in hooks
When making a new maint branch, stop running practracker in hooks.
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKING/ReleaseSeriesLifecycle.md9
1 files changed, 6 insertions, 3 deletions
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.