From ff7ce8bde49fba2c5a06e86ce4efac5724a9906d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 21 Dec 2011 01:02:02 +0100 Subject: abort on errors, be verbose --- bin/build-all-packages | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/build-all-packages') diff --git a/bin/build-all-packages b/bin/build-all-packages index 86e72be..485a26b 100755 --- a/bin/build-all-packages +++ b/bin/build-all-packages @@ -30,6 +30,8 @@ test -f ~/.buildscripts/$PREFIX.conf && . ~/.buildscripts/$PREFIX.conf || { echo test -z $1 && { echo "usage: $(basename $0) [{$COMPONENT_MAIN,$COMPONENT_NIGHTLY}]"; exit -1; } +set -ex + COMPONENT=${1:-""} # build the newest code... (nightly-builds) -- cgit v1.2.3