Merged in [19100] from rjsparks@nostrum.com:

Update bin/daily to adjust for the change in exposing the iana mirror.
 - Legacy-Id: 19107
Note: SVN reference [19100] has been migrated to Git commit d4bb116a5b
This commit is contained in:
Robert Sparks 2021-06-10 21:13:56 +00:00
commit 570c59fbde

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