[Qa-jenkins-scm] [jenkins.debian.net] 01/07: set -e

Holger Levsen holger at moszumanska.debian.org
Fri Dec 11 17:03:39 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 2c5973ddce09deb670fca3896cd7f32cd912cb4b
Author: Philip Hands <phil at hands.com>
Date:   Sat Nov 21 17:46:05 2015 +0000

    set -e
---
 update_jdn.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index 2de1d31..7600db2 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+set -e
+
 # Copyright 2012-2015 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv=2
 
@@ -493,7 +495,7 @@ fi
 # There's always some work left...
 #	echo FIXME is ignored so check-jobs scripts can output templates requiring manual work
 #
-rgrep FI[X]ME $BASEDIR/* | grep -v echo > $TMPFILE
+rgrep FI[X]ME $BASEDIR/* | grep -v echo > $TMPFILE || true
 if [ -s $TMPFILE ] ; then
 	echo
 	cat $TMPFILE

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