aboutsummaryrefslogtreecommitdiff
path: root/jenkins
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2012-11-15 15:58:21 -0700
committerJohn Rigby <john.rigby@linaro.org>2012-11-15 15:58:21 -0700
commit84276565e085ce281a0b8c776aac7f9ccea78acc (patch)
tree1a4dcce9fa604caa91493d961861d372e5bf5cdc /jenkins
parent91f28fcc4ab24f88d0a5a786230c3b2fec29a925 (diff)
update html generator to use board_config_frags
Diffstat (limited to 'jenkins')
-rwxr-xr-xjenkins/updatejobinfo3
1 files changed, 2 insertions, 1 deletions
diff --git a/jenkins/updatejobinfo b/jenkins/updatejobinfo
index ef3fb92..e7c7cda 100755
--- a/jenkins/updatejobinfo
+++ b/jenkins/updatejobinfo
@@ -52,7 +52,7 @@ case "$kernel_name":
kernel_branch="$kernel_branch";
board_config_repo="$board_config_repo";
board_config_branch="$board_config_branch";
- board_config_frag="$board_config_frag";
+ board_config_frag="$board_config_frags";
ubuntu_and_base_config_repo="$ubuntu_and_base_config_repo";
ubuntu_and_base_config_branch="$ubuntu_and_base_config_branch";
ubuntu_config_frag="$ubuntu_config_frag";
@@ -114,6 +114,7 @@ foreach_kernel_cfg()
: ${linaro_base_config_frag:="linaro/configs/linaro-base.conf"}
: ${ubuntu_config_frag:="linaro/configs/ubuntu.conf"}
: ${board_config_frag:="linaro/configs/$(echo $SOCFLAVOUR | sed 's/l\?lt-//').conf"}
+ : ${board_config_frags:="${board_config_frag}"}
: ${third_version_digit:=0}
: ${board_config_repo:="$kernel_repo"}
: ${board_config_branch:="$kernel_branch"}