mirror of
https://git.dn42.dev/dn42/registry.git
synced 2026-05-16 04:03:36 +08:00
Update 'data/dns/ripnet.dn42'
This commit is contained in:
parent
f50aa580fa
commit
2605a12260
6862 changed files with 0 additions and 52457 deletions
18
check-pol
18
check-pol
|
|
@ -1,18 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -eo pipefail
|
||||
|
||||
if [ $# -eq 0 ]
|
||||
then
|
||||
echo "Usage: $0 COMMIT YOUR-MNT"
|
||||
exit
|
||||
fi
|
||||
|
||||
BASE="$(readlink -f "$0" 2>/dev/null || python -c 'import os,sys;print(os.path.realpath(sys.argv[1]))' "$0")"
|
||||
BASE="$(dirname "$BASE")"
|
||||
cd "$BASE" || exit 1
|
||||
|
||||
git diff --name-only $1 | while IFS='/' read -ra LINE; do
|
||||
if [[ "${LINE[0]}" = "data" && -n "${LINE[2]}" ]]; then
|
||||
utils/schema-check/dn42-schema.py -v policy ${LINE[1]} ${LINE[2]} $2
|
||||
fi
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue