Skip to content

Commit 85927c0

Browse files
chore: Move IDSUBMIT_REPOSITORY_PATH for dev (ietf-tools#6218)
1 parent 6adead3 commit 85927c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/configs/settings_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from ietf.settings_postgresqldb import DATABASES # pyflakes:ignore
99

1010
IDSUBMIT_IDNITS_BINARY = "/usr/local/bin/idnits"
11-
IDSUBMIT_REPOSITORY_PATH = "test/id/"
1211
IDSUBMIT_STAGING_PATH = "test/staging/"
1312

1413
AGENDA_PATH = '/assets/www6s/proceedings/'
@@ -50,6 +49,7 @@
5049
INTERNET_DRAFT_ARCHIVE_DIR = '/assets/archive/id'
5150
INTERNET_ALL_DRAFTS_ARCHIVE_DIR = '/assets/archive/id'
5251
BIBXML_BASE_PATH = '/assets/ietfdata/derived/bibxml'
52+
IDSUBMIT_REPOSITORY_PATH = INTERNET_DRAFT_PATH
5353

5454
NOMCOM_PUBLIC_KEYS_DIR = 'data/nomcom_keys/public_keys/'
5555
SLIDE_STAGING_PATH = 'test/staging/'

0 commit comments

Comments
 (0)