Skip to content

Commit 6c303c1

Browse files
committed
Added 'gather.town' to the domains recognized as conference service domains.
- Legacy-Id: 18240
1 parent 7bc5e4f commit 6c303c1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ietf/settings.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,8 @@ def skip_unreadable_post(record):
806806
IDSUBMIT_STAGING_URL = '//www.ietf.org/staging/'
807807
IDSUBMIT_IDNITS_BINARY = '/a/www/ietf-datatracker/scripts/idnits'
808808
SUBMIT_PYANG_COMMAND = 'pyang --verbose --ietf -p {libs} {model}'
809-
SUBMIT_YANGLINT_COMMAND = 'yanglint --verbose -p {tmplib} -p {rfclib} -p {draftlib} -p {ianalib} -p {cataloglib} {model} -i'
809+
SUBMIT_YANGLINT_BINARY
810+
SUBMIT_YANGLINT_COMMAND = '%s --verbose -p {tmplib} -p {rfclib} -p {draftlib} -p {ianalib} -p {cataloglib} {model} -i' % YANGLINT_BINARY
810811

811812
SUBMIT_YANG_CATALOG_MODULEARG = "modules[]={module}"
812813
SUBMIT_YANG_CATALOG_IMPACT_URL = "https://www.yangcatalog.org/yang-search/impact_analysis.php?{moduleargs}&recurse=0&rfcs=1&show_subm=1&show_dir=both"
@@ -947,6 +948,7 @@ def skip_unreadable_post(record):
947948
DOT_BINARY = '/usr/bin/dot'
948949
UNFLATTEN_BINARY= '/usr/bin/unflatten'
949950
RSYNC_BINARY = '/usr/bin/rsync'
951+
YANGLINT_BINARY = '/usr/bin/yanglint'
950952

951953
# Account settings
952954
DAYS_TO_EXPIRE_REGISTRATION_LINK = 3
@@ -1148,7 +1150,7 @@ def skip_unreadable_post(record):
11481150

11491151
STATS_NAMES_LIMIT = 25
11501152

1151-
UTILS_MEETING_CONFERENCE_DOMAINS = ['webex.com', 'zoom.us', 'jitsi.org', 'meetecho.com', ]
1153+
UTILS_MEETING_CONFERENCE_DOMAINS = ['webex.com', 'zoom.us', 'jitsi.org', 'meetecho.com', 'gather.town', ]
11521154
UTILS_TEST_RANDOM_STATE_FILE = '.factoryboy_random_state'
11531155
UTILS_APIKEY_GUI_LOGIN_LIMIT_DAYS = 30
11541156

0 commit comments

Comments
 (0)