Nikerabbit has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/328631 )

Change subject: repoupdate: Avoid false unknown project messages
......................................................................

repoupdate: Avoid false unknown project messages

Because exit was removed from doUpdate so that multiple doUpdates
can be called per invocation, other code now started continuing
to the block that announces unknown projects.

Change-Id: I16d756577d271286946d6c38914e92aab1f21a14
---
M bin/repoupdate
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/31/328631/1

diff --git a/bin/repoupdate b/bin/repoupdate
index c93ec96..9208d75 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -63,6 +63,7 @@
        if [ "$i" = "$PROJECT" ]
        then
                doUpdate "$PROJECT" "$CLUPDATE"
+               exit 0
        fi
 done
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I16d756577d271286946d6c38914e92aab1f21a14
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>

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

Reply via email to