From 23c1b832c875e03dc777f82a2bfffee58fcb2249 Mon Sep 17 00:00:00 2001 From: John Rigby Date: Mon, 23 Jul 2012 14:56:31 -0600 Subject: use kernel repo and branch for config when not specified Signed-off-by: John Rigby --- jenkins/updatejobinfo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins/updatejobinfo b/jenkins/updatejobinfo index 2109178..1b7f51f 100755 --- a/jenkins/updatejobinfo +++ b/jenkins/updatejobinfo @@ -98,6 +98,8 @@ foreach_kernel_cfg() : ${ubuntu_config_frag:="linaro/configs/ubuntu.conf"} : ${board_config_frag:="linaro/configs/$(echo $SOCFLAVOUR | sed 's/l\?lt-//').conf"} : ${third_version_digit:=0} + : ${board_config_repo:="$kernel_repo"} + : ${board_config_branch:="$kernel_branch"} eval $1 ) done -- cgit v1.2.3