Nikerabbit has uploaded a new change for review. https://gerrit.wikimedia.org/r/119946
Change subject: New LocalisationUpdate config ...................................................................... New LocalisationUpdate config Depends on Ia006f3a5e24ee4a Change-Id: I111489144d32064374c2dc45b87ee50936f66bf5 --- M files/misc/l10nupdate/l10nupdate-1 1 file changed, 1 insertion(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/46/119946/1 diff --git a/files/misc/l10nupdate/l10nupdate-1 b/files/misc/l10nupdate/l10nupdate-1 index 53eca2a..cd2c20e 100755 --- a/files/misc/l10nupdate/l10nupdate-1 +++ b/files/misc/l10nupdate/l10nupdate-1 @@ -5,6 +5,7 @@ BINDIR=/usr/local/bin MWMULTIDIR=$MW_COMMON_SOURCE/multiversion +# The configuration in CommonSettings.php should match GITDIR and GITREPOS GITDIR=/var/lib/l10nupdate/mediawiki GITURL=https://gerrit.wikimedia.org/r/p/mediawiki GITREPOS="core extensions" @@ -64,12 +65,8 @@ fi echo "Running updates for $mwVerNum (on $mwDbName)" - # --svnurl below is a misnomer, obviously, but LU will take it just fine - # Eventually LU should also be changed to be able to use git, for 3rd party usage if /usr/local/bin/mwscript extensions/LocalisationUpdate/update.php \ --wiki="$mwDbName" \ - --svnurl=$GITDIR \ - --all \ --quiet then echo "Rebuilding localization cache at `date --rfc-3339=seconds`" -- To view, visit https://gerrit.wikimedia.org/r/119946 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I111489144d32064374c2dc45b87ee50936f66bf5 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Nikerabbit <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
