Aaron Schulz has uploaded a new change for review.

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


Change subject: Call refreshCdbJsonFiles in periodic l10update script
......................................................................

Call refreshCdbJsonFiles in periodic l10update script

* This avoids having scap end up doing some of this work when called

Change-Id: If50d2f6accc01dd1592b2af8a802fcb75d5afcc5
---
M files/misc/l10nupdate/l10nupdate-1
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/75/104175/1

diff --git a/files/misc/l10nupdate/l10nupdate-1 
b/files/misc/l10nupdate/l10nupdate-1
index ac34ced..f953728 100755
--- a/files/misc/l10nupdate/l10nupdate-1
+++ b/files/misc/l10nupdate/l10nupdate-1
@@ -77,6 +77,9 @@
                # Copy the LC files
                echo "Completed at `date`. Copying LC files to 
$MW_COMMON_SOURCE"
                cp --preserve=timestamps --force 
/var/lib/l10nupdate/cache-"$mwVerNum"/l10n_cache-* 
$MW_COMMON_SOURCE/php-"$mwVerNum"/cache/l10n
+               # Include JSON versions of the CDB files and add MD5 files
+               /usr/local/bin/refreshCdbJsonFiles 
--directory="$MW_COMMON_SOURCE/php-$mwVerNum/cache/l10n"
+
                echo "Syncing to Apaches at `date`"
                SYNC_START=$(date +%s)
                $BINDIR/sync-l10nupdate-1 "$mwVerNum"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If50d2f6accc01dd1592b2af8a802fcb75d5afcc5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Aaron Schulz <[email protected]>

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

Reply via email to