mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-07-19 00:46:59 +08:00
fix various items. and make tinc files more regular.
This commit is contained in:
parent
a0bdeda09a
commit
dfcbfd02c4
77 changed files with 414 additions and 418 deletions
|
@ -10,5 +10,5 @@ BASE="$(realpath "$0")"
|
|||
BASE="$(dirname "$BASE")"
|
||||
cd "$BASE" || exit 1
|
||||
|
||||
utils/schema-check/dn42-schema.py scan data/ -m "$1" || ( echo "Schema validation failed, please check above!" ; exit 1 )
|
||||
utils/schema-check/dn42-schema.py -v scan data/ -m "$1" || ( echo "Schema validation failed, please check above!" ; exit 1 )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue