Skip to content

Commit d0a526c

Browse files
committed
Updated the default settings to match document directories moved from /a/www/ietf-ftp/ to /a/ietfdata/doc/
- Legacy-Id: 18745
1 parent 61af521 commit d0a526c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

ietf/settings.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -651,13 +651,15 @@ def skip_unreadable_post(record):
651651

652652
# Override this in settings_local.py if needed
653653
# *_PATH variables ends with a slash/ .
654-
DOCUMENT_PATH_PATTERN = '/a/www/ietf-ftp/{doc.type_id}/'
654+
655+
#DOCUMENT_PATH_PATTERN = '/a/www/ietf-ftp/{doc.type_id}/'
656+
DOCUMENT_PATH_PATTERN = '/a/ietfdata/doc/{doc.type_id}/'
655657
INTERNET_DRAFT_PATH = '/a/ietfdata/doc/draft/repository'
656658
INTERNET_DRAFT_PDF_PATH = '/a/www/ietf-datatracker/pdf/'
657659
RFC_PATH = '/a/www/ietf-ftp/rfc/'
658-
CHARTER_PATH = '/a/www/ietf-ftp/charter/'
659-
CONFLICT_REVIEW_PATH = '/a/www/ietf-ftp/conflict-reviews'
660-
STATUS_CHANGE_PATH = '/a/www/ietf-ftp/status-changes'
660+
CHARTER_PATH = '/a/ietfdata/doc/charter/'
661+
CONFLICT_REVIEW_PATH = '/a/ietfdata/doc/conflict-review'
662+
STATUS_CHANGE_PATH = '/a/ietfdata/doc/status-change'
661663
AGENDA_PATH = '/a/www/www6s/proceedings/'
662664
IPR_DOCUMENT_PATH = '/a/www/ietf-ftp/ietf/IPR/'
663665
IESG_TASK_FILE = '/a/www/www6/iesg/internal/task.txt'

0 commit comments

Comments
 (0)