jenkins-bot has submitted this change and it was merged.

Change subject: Fix autosync: need full path
......................................................................


Fix autosync: need full path

Change-Id: Iaa915cf1835b1585558560463a65f0d91347d02e
---
M bin/autosync.sh
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/bin/autosync.sh b/bin/autosync.sh
index ab017ac..03aec71 100755
--- a/bin/autosync.sh
+++ b/bin/autosync.sh
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-echo blockly citationhunt codev freecol hivejs | xargs -n1 -P2 repo update
+echo blockly citationhunt codev freecol hivejs | \
+       xargs -n1 -P2 /home/betawiki/config/bin/repo update
 php 
/srv/mediawiki/targets/production/extensions/Translate/scripts/processMessageChanges.php
 \
        --safe-import 
--group=out-blockly*,citationhunt,codev,out-freecol,hivejs* \
        | xargs -l /home/betawiki/config/bin/udpcast

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iaa915cf1835b1585558560463a65f0d91347d02e
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>
Gerrit-Reviewer: Nikerabbit <niklas.laxst...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to