Skip to content

Commit e89a272

Browse files
committed
Changed the path to iCalendar vtimezone information to point into the release
directory, so that we can make updated vtimezone information available directly in a release, instead of out-of-band. - Legacy-Id: 6535
1 parent 2e6fa14 commit e89a272

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
@@ -372,7 +372,7 @@
372372
BIBXML_BASE_PATH = '/a/www/ietf-ftp/xml2rfc'
373373

374374
# Timezone files for iCalendar
375-
TZDATA_ICS_PATH = '/www/ietf-datatracker/tz/ics/'
375+
TZDATA_ICS_PATH = BASE_DIR + '/vzic/zoneinfo/'
376376
CHANGELOG_PATH = '/www/ietf-datatracker/web/changelog'
377377

378378
# Secretariat Tool

0 commit comments

Comments
 (0)