jenkins-bot has submitted this change and it was merged. ( 
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(-)

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



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: merged
Gerrit-Change-Id: I16d756577d271286946d6c38914e92aab1f21a14
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