[Qa-jenkins-scm] [jenkins.debian.net] 02/09: reproducible: build: refactor: use set -e. I want to know when something goes wrong

Holger Levsen holger at moszumanska.debian.org
Sat Apr 18 16:06:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 384b46b554fdc6517edfffacd834b98f44ea4f41
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Mon Apr 6 18:56:12 2015 +0200

    reproducible: build: refactor: use set -e. I want to know when something goes wrong
---
 bin/reproducible_build.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index afbf10c..a2f3bac 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -11,6 +11,8 @@ common_init "$@"
 # common code defining db access
 . /srv/jenkins/bin/reproducible_common.sh
 
+set -e
+
 # support for different architectures (we have actual support only for amd64)
 ARCH="amd64"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list