[Qa-jenkins-scm] [jenkins.debian.net] 01/01: use bright yellow xterm background for jenkins

Holger Levsen holger at layer-acht.org
Mon Nov 14 11:49:58 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 21d894074dfb9a902e3a7ab50eb4a864700cc437
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 14 12:49:48 2016 +0100

    use bright yellow xterm background for jenkins
---
 deploy_everywhere | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/deploy_everywhere b/deploy_everywhere
index 597e1af..37f9a67 100755
--- a/deploy_everywhere
+++ b/deploy_everywhere
@@ -129,10 +129,11 @@ BG=""
 
 get_arch_color() {
 	case $1 in
-		*i386*)		BG=lightblue ;;
-		*amd64*)	BG=lightgreen ;;
-		*armhf*)	BG=lightyellow ;;
-		*)		BG=white ;;
+		*i386*)			BG=lightblue ;;
+		*amd64*)		BG=lightgreen ;;
+		*armhf*)		BG=lightyellow ;;
+		*jenkins.debian.*)	BG=yellow ;;
+		*)			BG=white ;;
 	esac
 }
 

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