Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/178212
Change subject: Enable tidy extension on mw1081 ...................................................................... Enable tidy extension on mw1081 Change-Id: Icc7141dcba44410da512b70f0f3f8489d189cc84 --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/12/178212/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index f7fd5b6..d412e41 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -2683,7 +2683,7 @@ } // For deployment of fix for https://phabricator.wikimedia.org/T758 -- Ori, 01-12-2014 -if( $wmfRealm == 'production' ) { +if ( $wmfRealm === 'production' && gethostname() !== 'mw1081' ) { $wgTidyInternal = false; } -- To view, visit https://gerrit.wikimedia.org/r/178212 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icc7141dcba44410da512b70f0f3f8489d189cc84 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
