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

Change subject: (bug 47203) beta: disable filebackend for math
......................................................................


(bug 47203) beta: disable filebackend for math

Beta does not have all the production backends.  Generating math would
thus produce the error:

 No backend defined with the name `global-multiwrite`.

Simply disable the math backend.

Change-Id: If808611bcb1115a8a77384c4418255f0ddd81f7f
---
M wmf-config/CommonSettings-labs.php
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index 9d2102d..d06ac30 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -68,4 +68,9 @@
        $wgUseInstantCommons = true;
 }
 
+# Backends:
+if( $wmgUseMath ) {
+       $wgMathFileBackend = false;
+}
+
 } # end safeguard

-- 
To view, visit https://gerrit.wikimedia.org/r/59386
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If808611bcb1115a8a77384c4418255f0ddd81f7f
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to