From d0a526cb807830b78944291685dc784ae7b27842 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 8 Dec 2020 17:03:41 +0000 Subject: [PATCH] Updated the default settings to match document directories moved from /a/www/ietf-ftp/ to /a/ietfdata/doc/ - Legacy-Id: 18745 --- ietf/settings.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ietf/settings.py b/ietf/settings.py index c1602ec2b..254ae7d49 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -651,13 +651,15 @@ URL_REGEXPS = { # Override this in settings_local.py if needed # *_PATH variables ends with a slash/ . -DOCUMENT_PATH_PATTERN = '/a/www/ietf-ftp/{doc.type_id}/' + +#DOCUMENT_PATH_PATTERN = '/a/www/ietf-ftp/{doc.type_id}/' +DOCUMENT_PATH_PATTERN = '/a/ietfdata/doc/{doc.type_id}/' INTERNET_DRAFT_PATH = '/a/ietfdata/doc/draft/repository' INTERNET_DRAFT_PDF_PATH = '/a/www/ietf-datatracker/pdf/' RFC_PATH = '/a/www/ietf-ftp/rfc/' -CHARTER_PATH = '/a/www/ietf-ftp/charter/' -CONFLICT_REVIEW_PATH = '/a/www/ietf-ftp/conflict-reviews' -STATUS_CHANGE_PATH = '/a/www/ietf-ftp/status-changes' +CHARTER_PATH = '/a/ietfdata/doc/charter/' +CONFLICT_REVIEW_PATH = '/a/ietfdata/doc/conflict-review' +STATUS_CHANGE_PATH = '/a/ietfdata/doc/status-change' AGENDA_PATH = '/a/www/www6s/proceedings/' IPR_DOCUMENT_PATH = '/a/www/ietf-ftp/ietf/IPR/' IESG_TASK_FILE = '/a/www/www6/iesg/internal/task.txt'