jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Icc7141dcba44410da512b70f0f3f8489d189cc84
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to