Skip to content

Commit 570c59f

Browse files
committed
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 d4bb116
2 parents 3bbd3ed + d4bb116 commit 570c59f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

bin/daily

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ $DTDIR/ietf/manage.py update_external_command_info
3030
# Get IANA-registered yang models
3131
#YANG_IANA_DIR=$(python -c 'import ietf.settings; print ietf.settings.SUBMIT_YANG_IANA_MODEL_DIR')
3232
# Hardcode the rsync target to avoid any unwanted deletes:
33-
rsync -avzq --delete rsync.ietf.org::iana/yang-parameters/ /a/www/ietf-ftp/yang/ianamod/
33+
# rsync -avzq --delete rsync.ietf.org::iana/yang-parameters/ /a/www/ietf-ftp/yang/ianamod/
34+
rsync -avzq --delete /a/www/ietf-ftp/iana/yang-parameters/ /a/www/ietf-ftp/yang/ianamod/
3435

3536
# Get Yang models from Yangcatalog.
3637
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
6465
$DTDIR/ietf/bin/send-review-reminders
6566

6667
# Purge older PersonApiKeyEvents
67-
$DTDIR/ietf/manage.py purge_old_personal_api_key_events 14
68+
$DTDIR/ietf/manage.py purge_old_personal_api_key_events 14

0 commit comments

Comments
 (0)