[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: let it fail, let it fail, let it fail

Holger Levsen holger at moszumanska.debian.org
Tue Aug 25 14:38:31 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 7a3a420509b115660b57305e54913308a497556c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Aug 25 16:38:14 2015 +0200

    reproducible: let it fail, let it fail, let it fail
---
 bin/reproducible_common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index feab474..42a2108 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -514,7 +514,7 @@ create_png_from_table() {
 		DIR=$(dirname $2)
 		mkdir -p $DIR
 		echo "Generating $2."
-		/srv/jenkins/bin/make_graph.py ${TABLE[$1]}.csv $2 ${COLORS} "${MAINLABEL[$1]}" "${YLABEL[$1]}" || true	# FIXME we should fail here...
+		/srv/jenkins/bin/make_graph.py ${TABLE[$1]}.csv $2 ${COLORS} "${MAINLABEL[$1]}" "${YLABEL[$1]}"
 		mv $2 $BASE/$DIR
 		[ "$DIR" = "." ] || rmdir $(dirname $2)
 	# create empty dummy png if there havent been any results ever

-- 
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