From 780c71aed2bd155d9f5e0fcce15fbaa7509e8376 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 4 Jul 2018 20:28:52 +0000 Subject: [PATCH] Tweaked the rsync arguments for IANA YANG models. - Legacy-Id: 15284 --- bin/daily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/daily b/bin/daily index 3e14c899a..25e45388d 100755 --- a/bin/daily +++ b/bin/daily @@ -23,7 +23,7 @@ $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') -rsync -avz --delete rsync.ietf.org::iana/yang-parameters $YANG_IANA_DIR/ +rsync -avz --delete rsync.ietf.org::iana/yang-parameters/ ${YANG_IANA_DIR%/}/ # Populate the yang repositories $DTDIR/ietf/manage.py populate_yang_model_dirs