Reedy has uploaded a new change for review. https://gerrit.wikimedia.org/r/60424
Change subject: Set $wgTorBlockProxy to url-downloader.wikimedia.org:8080 ...................................................................... Set $wgTorBlockProxy to url-downloader.wikimedia.org:8080 Needed for the hume to terbium migration Depends on https://gerrit.wikimedia.org/r/#/c/60422/ Change-Id: Ib3ed1466954f897191c2ec549f00adf73aaf96d0 --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/24/60424/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index bb01f41..13fbc63 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -1343,6 +1343,7 @@ $wgTorDisableAdminBlocks = false; $wgTorTagChanges = false; $wgGroupPermissions['user']['torunblocked'] = false; + $wgTorBlockProxy = 'url-downloader.wikimedia.org:8080'; } if ( $wmgUseRSSExtension ) { -- To view, visit https://gerrit.wikimedia.org/r/60424 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib3ed1466954f897191c2ec549f00adf73aaf96d0 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Reedy <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
