From: Nick Mathewson Date: Wed, 19 Jun 2019 18:29:08 +0000 (-0400) Subject: remove practracker from check-local (0.4.2 and 0.4.3 only) X-Git-Tag: tor-0.4.2.8~26^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d34d4d1af5395885780ee96fbedb0bf17fb0f44;p=thirdparty%2Ftor.git remove practracker from check-local (0.4.2 and 0.4.3 only) practracker shouldn't be running in release or maint branches. --- diff --git a/Makefile.am b/Makefile.am index 03593df161..eaffbe41a4 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 \