[Qa-jenkins-scm] [jenkins.debian.net] 01/01: improve consolelog output

Holger Levsen holger at layer-acht.org
Sun Dec 18 15:21:28 UTC 2016


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 a8559ba3036994b158e08ce468111c1a9538f967
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Dec 18 16:21:20 2016 +0100

    improve consolelog output
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/common-functions.sh | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 168f1cf..8730571 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -16,7 +16,15 @@ abort_if_bug_is_still_open() {
 		# if the bug is not done (by some email address containing a @)
 		if [ -z "$(grep "@" $TMPFILE)" ] ; then
 			rm $TMPFILE
-			echo "https://bugs.debian.org/$1 is still open, aborting this job."
+			echo "########################################################################"
+			echo "#                                                                      #"
+			echo "#  https://bugs.debian.org/$1 is still open, aborting this job.   #"
+			echo "#                                                                      #"
+			echo "########################################################################"
+			echo
+			echo
+			echo
+			echo
 			exec /srv/jenkins/bin/abort.sh
 			exit 0
 		fi

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