Update bin/daily to adjust for the change in exposing the iana mirror. Commit ready for merge.

- Legacy-Id: 19100
This commit is contained in:
Robert Sparks 2021-06-09 15:18:02 +00:00
parent 5f6816d742
commit d4bb116a5b

View file

@ -30,7 +30,8 @@ $DTDIR/ietf/manage.py update_external_command_info
# Get IANA-registered yang models
#YANG_IANA_DIR=$(python -c 'import ietf.settings; print ietf.settings.SUBMIT_YANG_IANA_MODEL_DIR')
# Hardcode the rsync target to avoid any unwanted deletes:
rsync -avzq --delete rsync.ietf.org::iana/yang-parameters/ /a/www/ietf-ftp/yang/ianamod/
# rsync -avzq --delete rsync.ietf.org::iana/yang-parameters/ /a/www/ietf-ftp/yang/ianamod/
rsync -avzq --delete /a/www/ietf-ftp/iana/yang-parameters/ /a/www/ietf-ftp/yang/ianamod/
# Get Yang models from Yangcatalog.
rsync -avzq rsync://yangcatalog.org:10873/yangdeps /a/www/ietf-ftp/yang/catalogmod/
@ -64,4 +65,4 @@ $DTDIR/ietf/manage.py fetch_meeting_attendance --latest 2
$DTDIR/ietf/bin/send-review-reminders
# Purge older PersonApiKeyEvents
$DTDIR/ietf/manage.py purge_old_personal_api_key_events 14
$DTDIR/ietf/manage.py purge_old_personal_api_key_events 14