Reedy has uploaded a new change for review.

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

Change subject: Fix l10nupdate-1
......................................................................

Fix l10nupdate-1

l10nupdate@tin:~$ mwversionsinuse
1.23wmf17 1.23wmf18
l10nupdate@tin:~$ /usr/local/bin/mwversionsinuse
bash: /usr/local/bin/mwversionsinuse: Permission denied

Change-Id: I00efce5f4e4075812c38529c4fb0f947277c1bec
---
M files/misc/l10nupdate/l10nupdate-1
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/46/118946/1

diff --git a/files/misc/l10nupdate/l10nupdate-1 
b/files/misc/l10nupdate/l10nupdate-1
index 53eca2a..69a3ac8 100755
--- a/files/misc/l10nupdate/l10nupdate-1
+++ b/files/misc/l10nupdate/l10nupdate-1
@@ -46,7 +46,7 @@
 echo "git clone updated."
 
 # Get all MW message cache versions (and a wiki DB name for each)
-mwVerDbSets=$($BINDIR/mwversionsinuse --withdb)
+mwVerDbSets=$(mwversionsinuse --withdb)
 if [ -z "$mwVerDbSets" ]; then
        $BINDIR/dologmsg "!log LocalisationUpdate failed: mwversionsinuse 
returned empty list"
        echo "Obtaining MediaWiki version list FAILED"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I00efce5f4e4075812c38529c4fb0f947277c1bec
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Reedy <re...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to