RobH has submitted this change and it was merged.

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(-)

Approvals:
  Catrope: Looks good to me, but someone else must approve
  RobH: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I111489144d32064374c2dc45b87ee50936f66bf5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: RobH <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to