Skip to content

Commit 28f0efb

Browse files
committed
Fixed an issue with the docker/settings_local settings for yang module directories.
- Legacy-Id: 13820
1 parent ad6f18f commit 28f0efb

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

docker/docker-init.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,14 @@ done
111111
for sub in \
112112
nomcom_keys/public_keys \
113113
developers/ietf-ftp \
114+
developers/ietf-ftp/charter \
115+
developers/ietf-ftp/conflict-reviews \
114116
developers/ietf-ftp/internet-drafts \
115117
developers/ietf-ftp/rfc \
116-
developers/ietf-ftp/charter \
117118
developers/ietf-ftp/status-changes \
118-
developers/ietf-ftp/conflict-reviews \
119+
developers/ietf-ftp/yang/draftmod \
120+
developers/ietf-ftp/yang/invalmod \
121+
developers/ietf-ftp/yang/rfcmod \
119122
developers/www6s \
120123
developers/www6s/staging \
121124
developers/www6s/wg-descriptions \

docker/settings_local.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
PHOTOS_DIRNAME = 'photo'
3939
PHOTOS_DIR = MEDIA_ROOT + PHOTOS_DIRNAME
4040

41-
SUBMIT_YANG_RFC_MODEL_DIR = '/www/tools.ietf.org/yang/rfcmod/'
42-
SUBMIT_YANG_DRAFT_MODEL_DIR = '/www/tools.ietf.org/yang/draftmod/'
43-
SUBMIT_YANG_INVAL_MODEL_DIR = '/www/tools.ietf.org/yang/invalmod/'
41+
SUBMIT_YANG_RFC_MODEL_DIR = 'data/developers/ietf-ftp/yang/rfcmod/'
42+
SUBMIT_YANG_DRAFT_MODEL_DIR = 'data/developers/ietf-ftp/yang/draftmod/'
43+
SUBMIT_YANG_INVAL_MODEL_DIR = 'data/developers/ietf-ftp/yang/invalmod/'
4444
SUBMIT_YANGLINT_COMMAND = None
4545

0 commit comments

Comments
 (0)