Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions ietf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,8 +744,6 @@ def skip_unreadable_post(record):
IANA_SYNC_CHANGES_URL = "https://datatracker.iana.org:4443/data-tracker/changes"
IANA_SYNC_PROTOCOLS_URL = "https://www.iana.org/protocols/"

RFC_TEXT_RSYNC_SOURCE="ftp.rfc-editor.org::rfcs-text-only"

RFC_EDITOR_SYNC_PASSWORD="secret"
RFC_EDITOR_SYNC_NOTIFICATION_URL = "https://www.rfc-editor.org/parser/parser.php"
RFC_EDITOR_GROUP_NOTIFICATION_EMAIL = "webmaster@rfc-editor.org"
Expand Down Expand Up @@ -972,7 +970,6 @@ def skip_unreadable_post(record):
# ==============================================================================


RSYNC_BINARY = '/usr/bin/rsync'
YANGLINT_BINARY = '/usr/bin/yanglint'
DE_GFM_BINARY = '/usr/bin/de-gfm.ruby2.5'

Expand Down Expand Up @@ -1014,7 +1011,6 @@ def skip_unreadable_post(record):
# CHAT_ARCHIVE_URL_PATTERN = 'https://www.ietf.org/jabber/logs/{chat_room_name}?C=M;O=D'

PYFLAKES_DEFAULT_ARGS= ["ietf", ]
VULTURE_DEFAULT_ARGS= ["ietf", ]

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


POSTCONFIRM_PATH = "/a/postconfirm/wrapper"

USER_PREFERENCE_DEFAULTS = {
"expires_soon" : "14",
"new_enough" : "14",
Expand All @@ -1078,6 +1072,7 @@ def skip_unreadable_post(record):
"@ietf.org$",
]

# Configuration for django-markup
MARKUP_SETTINGS = {
'restructuredtext': {
'settings_overrides': {
Expand All @@ -1091,8 +1086,6 @@ def skip_unreadable_post(record):
}
}

MAILMAN_LIB_DIR = '/usr/lib/mailman'

# This is the number of seconds required between subscribing to an ietf
# mailing list and datatracker account creation being accepted
LIST_ACCOUNT_DELAY = 60*60*25 # 25 hours
Expand Down
82 changes: 0 additions & 82 deletions ietf/utils/aliases.py

This file was deleted.