File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,11 +111,14 @@ done
111111for 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 \
Original file line number Diff line number Diff line change 3838PHOTOS_DIRNAME = 'photo'
3939PHOTOS_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/'
4444SUBMIT_YANGLINT_COMMAND = None
4545
You can’t perform that action at this time.
0 commit comments