Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/224629

Change subject: Expect l10n_cache-en.php, not l10n_cache-en.cdb
......................................................................

Expect l10n_cache-en.php, not l10n_cache-en.cdb

...now that we're using LCStoreStaticArray.

Change-Id: I4373f3edb854abae7a3737dee7b11758199644ba
---
M scap/tasks.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/scap 
refs/changes/29/224629/1

diff --git a/scap/tasks.py b/scap/tasks.py
index 2db0676..4521d55 100644
--- a/scap/tasks.py
+++ b/scap/tasks.py
@@ -472,7 +472,7 @@
     cache_dir = os.path.join(
         cfg['stage_dir'], 'php-%s' % version, 'cache', 'l10n')
 
-    if not os.path.exists(os.path.join(cache_dir, 'l10n_cache-en.cdb')):
+    if not os.path.exists(os.path.join(cache_dir, 'l10n_cache-en.php')):
         # mergeMessageFileList.php needs a l10n file
         logger.info('Bootstrapping l10n cache for %s', version)
         _call_rebuildLocalisationCache(wikidb, cache_dir, use_cores,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4373f3edb854abae7a3737dee7b11758199644ba
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/scap
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to