There was an error while loading. Please reload this page.
1 parent c8e75c5 commit 310741fCopy full SHA for 310741f
1 file changed
bin/daily
@@ -23,13 +23,13 @@ $DTDIR/ietf/manage.py update_external_command_info
23
24
# Get IANA-registered yang models
25
YANG_IANA_DIR=$(python -c 'import ietf.settings; print ietf.settings.SUBMIT_YANG_IANA_MODEL_DIR')
26
-rsync -avz --delete rsync.ietf.org::iana/yang-parameters/ ${YANG_IANA_DIR%/}/
+rsync -avzq --delete rsync.ietf.org::iana/yang-parameters/ ${YANG_IANA_DIR%/}/
27
28
# Populate the yang repositories
29
-$DTDIR/ietf/manage.py populate_yang_model_dirs
+$DTDIR/ietf/manage.py populate_yang_model_dirs -v0
30
31
# Re-run yang checks on active documents
32
-$DTDIR/ietf/manage.py run_yang_model_checks
+$DTDIR/ietf/manage.py run_yang_model_checks -v0
33
34
# Expire internet drafts
35
# Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner:
0 commit comments