scripts/feeds: return error status from feed update
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 14 Jul 2015 22:27:39 +0000 (22:27 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 14 Jul 2015 22:27:39 +0000 (22:27 +0000)
commit904c02b6986cdc1aeba868c125864abc04882d08
treec4ebba5eb999ae8b65713d8e6456f458d1515413
parentbf48d9ad159e625b7749aade6bf0a0127f345ad8
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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46374 3c298f89-4303-0410-b956-a3cf2f4a3e73
scripts/feeds