commit 6fb74753c2d6400ea6d7e118ce2428d0290728a8 Author: Nick Mathewson nickm@torproject.org Date: Mon Aug 5 14:10:40 2019 -0400
Move checkIncludes inside practracker
Update the makefile accordingly. --- Makefile.am | 4 ++-- scripts/maint/{checkIncludes.py => practracker/includes.py} | 0 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am index 8eeba5edb..e973593bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -166,7 +166,7 @@ EXTRA_DIST+= \ Makefile.nmake \ README \ ReleaseNotes \ - scripts/maint/checkIncludes.py \ + scripts/maint/practracker/includes.py \ scripts/maint/checkSpace.pl \ scripts/maint/practracker
@@ -366,7 +366,7 @@ endif
check-includes: if USEPYTHON - $(PYTHON) $(top_srcdir)/scripts/maint/checkIncludes.py + $(PYTHON) $(top_srcdir)/scripts/maint/practracker/includes.py endif
check-best-practices: diff --git a/scripts/maint/checkIncludes.py b/scripts/maint/practracker/includes.py similarity index 100% rename from scripts/maint/checkIncludes.py rename to scripts/maint/practracker/includes.py
tor-commits@lists.torproject.org