[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: fix syntax error and add color support
Holger Levsen
holger at layer-acht.org
Thu Dec 22 19:40:47 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 35bbb43b1556b3e0d47eb5c05b1ec486abece1d4
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Dec 22 20:40:38 2016 +0100
reproducible Debian: fix syntax error and add color support
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/jenkins_node_definitions.sh | 2 ++
deploy_jdn | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/bin/jenkins_node_definitions.sh b/bin/jenkins_node_definitions.sh
index f83b1e1..e02d05e 100755
--- a/bin/jenkins_node_definitions.sh
+++ b/bin/jenkins_node_definitions.sh
@@ -122,6 +122,7 @@ get_node_ssh_port() {
;;
profitbricks-build*)
PORT=22
+ ;;
codethink-sled9*)
PORT=10109
;;
@@ -149,6 +150,7 @@ get_node_ssh_port() {
*)
echo >&2 "Unknown node $NODE_NAME."
exit 1
+ ;;
esac
}
diff --git a/deploy_jdn b/deploy_jdn
index 1f7cfcd..e010761 100755
--- a/deploy_jdn
+++ b/deploy_jdn
@@ -153,8 +153,9 @@ BG=""
get_arch_color() {
case $1 in
- *i386*) BG=lightblue ;;
*amd64*) BG=lightgreen ;;
+ *i386*) BG=lightblue ;;
+ *arm64*) BG=orange ;;
*armhf*) BG=lightyellow ;;
*jenkins.debian.*) BG=yellow ;;
*) BG=white ;;
--
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