Skip to content

Commit 310741f

Browse files
committed
Changes to make the bin/daily cron script quiteter.
- Legacy-Id: 16356
1 parent c8e75c5 commit 310741f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bin/daily

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ $DTDIR/ietf/manage.py update_external_command_info
2323

2424
# Get IANA-registered yang models
2525
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%/}/
26+
rsync -avzq --delete rsync.ietf.org::iana/yang-parameters/ ${YANG_IANA_DIR%/}/
2727

2828
# Populate the yang repositories
29-
$DTDIR/ietf/manage.py populate_yang_model_dirs
29+
$DTDIR/ietf/manage.py populate_yang_model_dirs -v0
3030

3131
# Re-run yang checks on active documents
32-
$DTDIR/ietf/manage.py run_yang_model_checks
32+
$DTDIR/ietf/manage.py run_yang_model_checks -v0
3333

3434
# Expire internet drafts
3535
# Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner:

0 commit comments

Comments
 (0)