[tor-commits] [tor/release-0.4.3] remove practracker from check-local (0.4.2 and 0.4.3 only)

teor at torproject.org teor at torproject.org
Thu Apr 9 09:44:54 UTC 2020


commit 2d34d4d1af5395885780ee96fbedb0bf17fb0f44
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Jun 19 14:29:08 2019 -0400

    remove practracker from check-local (0.4.2 and 0.4.3 only)
    
    practracker shouldn't be running in release or maint branches.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 03593df16..eaffbe41a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -245,7 +245,7 @@ test: all
 shellcheck:
 	$(top_srcdir)/scripts/maint/checkShellScripts.sh
 
-check-local: check-spaces check-changes check-includes check-best-practices shellcheck
+check-local: check-spaces check-changes check-includes shellcheck
 
 need-chutney-path:
 	@if test ! -d "$$CHUTNEY_PATH"; then \





More information about the tor-commits mailing list