summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-07-02 13:57:46 -0400
committerDavid Goulet <dgoulet@torproject.org>2020-07-02 14:39:44 -0400
commita73049d1a083afd75740327b20ab939b6339e270 (patch)
treebc0b37b8b02345cd8e350ea712ebac2ee45b5959
parent8c3e4837f01dbd8c310c3ea1bb57582cc9ffef7a (diff)
downloadtor-a73049d1a083afd75740327b20ab939b6339e270.tar.gz
tor-a73049d1a083afd75740327b20ab939b6339e270.zip
changes: Add changes file for ticket #40019
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r--changes/ticket400195
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40019 b/changes/ticket40019
new file mode 100644
index 0000000000..61ba171786
--- /dev/null
+++ b/changes/ticket40019
@@ -0,0 +1,5 @@
+ o Code simplification and refactoring (maintainer scripts):
+ - Disable by default the pre-commit hook. Use the environment variable
+ TOR_EXTRA_PRE_COMMIT_CHECKS in order to run it. Furthermore, stop running
+ practracker in the pre-commit hook and make check-local. Closes ticket
+ 40019.