The branch, master has been updated via ff7ce8bde49fba2c5a06e86ce4efac5724a9906d (commit) from 9a9454c4fd3122e9728a0b8d14f63c48195a8c87 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ff7ce8bde49fba2c5a06e86ce4efac5724a9906d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 21 01:02:02 2011 +0100 abort on errors, be verbose ----------------------------------------------------------------------- Summary of changes: bin/build-all-packages | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) The diff of changes is: 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) hooks/post-receive -- buildscripts.git (buildscripts upstream project) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "buildscripts.git" (buildscripts upstream project).