@@ -744,8 +744,6 @@ def skip_unreadable_post(record):
744744IANA_SYNC_CHANGES_URL = "https://datatracker.iana.org:4443/data-tracker/changes"
745745IANA_SYNC_PROTOCOLS_URL = "https://www.iana.org/protocols/"
746746
747- RFC_TEXT_RSYNC_SOURCE = "ftp.rfc-editor.org::rfcs-text-only"
748-
749747RFC_EDITOR_SYNC_PASSWORD = "secret"
750748RFC_EDITOR_SYNC_NOTIFICATION_URL = "https://www.rfc-editor.org/parser/parser.php"
751749RFC_EDITOR_GROUP_NOTIFICATION_EMAIL = "webmaster@rfc-editor.org"
@@ -972,7 +970,6 @@ def skip_unreadable_post(record):
972970# ==============================================================================
973971
974972
975- RSYNC_BINARY = '/usr/bin/rsync'
976973YANGLINT_BINARY = '/usr/bin/yanglint'
977974DE_GFM_BINARY = '/usr/bin/de-gfm.ruby2.5'
978975
@@ -1014,7 +1011,6 @@ def skip_unreadable_post(record):
10141011# CHAT_ARCHIVE_URL_PATTERN = 'https://www.ietf.org/jabber/logs/{chat_room_name}?C=M;O=D'
10151012
10161013PYFLAKES_DEFAULT_ARGS = ["ietf" , ]
1017- VULTURE_DEFAULT_ARGS = ["ietf" , ]
10181014
10191015# Automatic Scheduling
10201016#
@@ -1062,8 +1058,6 @@ def skip_unreadable_post(record):
10621058TEST_DATA_DIR = os .path .abspath (BASE_DIR + "/../test/data" )
10631059
10641060
1065- POSTCONFIRM_PATH = "/a/postconfirm/wrapper"
1066-
10671061USER_PREFERENCE_DEFAULTS = {
10681062 "expires_soon" : "14" ,
10691063 "new_enough" : "14" ,
@@ -1078,6 +1072,7 @@ def skip_unreadable_post(record):
10781072 "@ietf.org$" ,
10791073]
10801074
1075+ # Configuration for django-markup
10811076MARKUP_SETTINGS = {
10821077 'restructuredtext' : {
10831078 'settings_overrides' : {
@@ -1091,8 +1086,6 @@ def skip_unreadable_post(record):
10911086 }
10921087}
10931088
1094- MAILMAN_LIB_DIR = '/usr/lib/mailman'
1095-
10961089# This is the number of seconds required between subscribing to an ietf
10971090# mailing list and datatracker account creation being accepted
10981091LIST_ACCOUNT_DELAY = 60 * 60 * 25 # 25 hours
0 commit comments