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

Change subject: Bump the parser cache epoch for Wikidata
......................................................................


Bump the parser cache epoch for Wikidata

Needed after breaking changes to the parser cache format
in Wikidata for 1.23wmf15.

Change-Id: Idbce852b29aae2f4aa0b8f9e4e7158e264312980
---
M wmf-config/Wikibase.php
1 file changed, 2 insertions(+), 3 deletions(-)

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



diff --git a/wmf-config/Wikibase.php b/wmf-config/Wikibase.php
index 7bfb862..9ce7a3b 100644
--- a/wmf-config/Wikibase.php
+++ b/wmf-config/Wikibase.php
@@ -18,9 +18,8 @@
        if ( $wmgUseWikibaseBuild ) {
                // bump for wikidatawiki and test wikidata
                // @todo: can move to InitialiseSettings later, but having here
-               // helps with timing issues to have this switched same time as
-               // wikidata gets switched to 1.23wmf12
-               $wgCacheEpoch = '20140203203130';
+               // Issues with changes in Wikidata 1.23wmf15
+               $wgCacheEpoch = '20140225200000';
        }
 
        $baseNs = 120;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idbce852b29aae2f4aa0b8f9e4e7158e264312980
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to