From b65389270eb265abb4b7b812174589e56e920120 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Tue, 23 Jan 2024 10:05:31 -0600 Subject: [PATCH] fix: change sync strategy for yc.o modules (#6959) --- bin/daily | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/daily b/bin/daily index 187ac1a10a..8a71b695a1 100755 --- a/bin/daily +++ b/bin/daily @@ -34,7 +34,8 @@ $DTDIR/ietf/manage.py update_external_command_info rsync -avzq --delete /a/www/ietf-ftp/iana/yang-parameters/ /a/www/ietf-ftp/yang/ianamod/ # Get Yang models from Yangcatalog. -rsync -avzq rsync://rsync.yangcatalog.org:10873/yangdeps /a/www/ietf-ftp/yang/catalogmod/ +#rsync -avzq rsync://rsync.yangcatalog.org:10873/yangdeps /a/www/ietf-ftp/yang/catalogmod/ +/a/www/ietf-datatracker/scripts/sync_to_yangcatalog # Populate the yang repositories $DTDIR/ietf/manage.py populate_yang_model_dirs -v0