diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-14 12:49:48 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-14 12:49:48 +0100 |
commit | 21d894074dfb9a902e3a7ab50eb4a864700cc437 (patch) | |
tree | d5f142a955399ec55f8514d413c28b0e5ec4bb54 /deploy_everywhere | |
parent | 38408a7c7a56c7baec8006bee0bf8ba3e9cca368 (diff) | |
download | jenkins.debian.net-21d894074dfb9a902e3a7ab50eb4a864700cc437.tar.xz |
use bright yellow xterm background for jenkins
Diffstat (limited to 'deploy_everywhere')
-rwxr-xr-x | deploy_everywhere | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/deploy_everywhere b/deploy_everywhere index 597e1af5..37f9a677 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 } |