mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Update pre-commit hook to find checkIncludes in its new location
Also add a temporary script to redirect the hook, if people don't upgrade for a bit.
This commit is contained in:
@@ -36,8 +36,8 @@ elif [ -d src/common ]; then
|
||||
src/tools/*.[ch]
|
||||
fi
|
||||
|
||||
if test -e scripts/maint/checkIncludes.py; then
|
||||
python scripts/maint/checkIncludes.py
|
||||
if test -e scripts/maint/practracker/includes.py; then
|
||||
python scripts/maint/practracker/includes.py
|
||||
fi
|
||||
|
||||
if [ -e scripts/maint/practracker/practracker.py ]; then
|
||||
|
||||
Reference in New Issue
Block a user