|
@@ -34,6 +34,12 @@ if [ -x "$workdir/.git/hooks/pre-commit" ]; then
|
|
fi
|
|
fi
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
+if [ -e scripts/maint/practracker/practracker.py ]; then
|
|
|
|
+ if ! python3 ./scripts/maint/practracker/practracker.py "$workdir"; then
|
|
|
|
+ exit 1
|
|
|
|
+ fi
|
|
|
|
+fi
|
|
|
|
+
|
|
# shellcheck disable=SC2034
|
|
# shellcheck disable=SC2034
|
|
while read -r local_ref local_sha remote_ref remote_sha
|
|
while read -r local_ref local_sha remote_ref remote_sha
|
|
do
|
|
do
|