scripts/feeds: return error status from feed update
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 14 Jul 2015 22:27:39 +0000 (22:27 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 14 Jul 2015 22:27:39 +0000 (22:27 +0000)
commitc5fbcf59e0fcaba3dd137d406e38b3eb27d21573
tree1933a54561dabc57dc0d6a5a31ff30eb885870f5
parent6c8c019b785c5c868a3062485d250d5052d25e57
scripts/feeds: return error status from feed update

This patch is a modified version of the patch being discussed at here:
https://patchwork.ozlabs.org/patch/471303/
from Martin Strbacka <martin.strbacka@nic.cz>

My version modifies scripts/feeds so that an error with one of the feeds just
raises the error flag, but script continues and tries to update the other
feeds. After all feeds have been updated, the script returns 1 if at least
one feed failed, and 0 on success with all feeds. The user can then utilise
the status in his build script, if he wants.

signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>

SVN-Revision: 46374
scripts/feeds