Skip to content

Commit 335cb3b

Browse files
committed
Fixed the changelog path setting, which was statically set to a value which works on the production system, but not for an arbitrary work directry.
- Legacy-Id: 9414
1 parent 1b3e98d commit 335cb3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def skip_unreadable_post(record):
466466

467467
# Timezone files for iCalendar
468468
TZDATA_ICS_PATH = BASE_DIR + '/../vzic/zoneinfo/'
469-
CHANGELOG_PATH = '/www/ietf-datatracker/web/changelog'
469+
CHANGELOG_PATH = BASE_DIR + '/../changelog'
470470

471471
SECR_BLUE_SHEET_PATH = '/a/www/ietf-datatracker/documents/blue_sheet.rtf'
472472
SECR_BLUE_SHEET_URL = '//datatracker.ietf.org/documents/blue_sheet.rtf'

0 commit comments

Comments
 (0)