Skip to content

Commit a70171d

Browse files
chore: remove more dead code (ietf-tools#8208)
* chore: remove unused settings * chore: remove unused ietf.utils.aliases / config
1 parent b4fd3bf commit a70171d

2 files changed

Lines changed: 1 addition & 90 deletions

File tree

ietf/settings.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -744,8 +744,6 @@ def skip_unreadable_post(record):
744744
IANA_SYNC_CHANGES_URL = "https://datatracker.iana.org:4443/data-tracker/changes"
745745
IANA_SYNC_PROTOCOLS_URL = "https://www.iana.org/protocols/"
746746

747-
RFC_TEXT_RSYNC_SOURCE="ftp.rfc-editor.org::rfcs-text-only"
748-
749747
RFC_EDITOR_SYNC_PASSWORD="secret"
750748
RFC_EDITOR_SYNC_NOTIFICATION_URL = "https://www.rfc-editor.org/parser/parser.php"
751749
RFC_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'
976973
YANGLINT_BINARY = '/usr/bin/yanglint'
977974
DE_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

10161013
PYFLAKES_DEFAULT_ARGS= ["ietf", ]
1017-
VULTURE_DEFAULT_ARGS= ["ietf", ]
10181014

10191015
# Automatic Scheduling
10201016
#
@@ -1062,8 +1058,6 @@ def skip_unreadable_post(record):
10621058
TEST_DATA_DIR = os.path.abspath(BASE_DIR + "/../test/data")
10631059

10641060

1065-
POSTCONFIRM_PATH = "/a/postconfirm/wrapper"
1066-
10671061
USER_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
10811076
MARKUP_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
10981091
LIST_ACCOUNT_DELAY = 60*60*25 # 25 hours

ietf/utils/aliases.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)