aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2012-07-23 14:56:31 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-07-23 14:56:31 -0600
commit23c1b832c875e03dc777f82a2bfffee58fcb2249 (patch)
tree283e1de644f41bbcac6d1402250e2eb3ba290764
parent08c1fe70b82fe556fe9754da264f6604a036dbf7 (diff)
use kernel repo and branch for config when not specified
Signed-off-by: John Rigby <john.rigby@linaro.org>
-rwxr-xr-xjenkins/updatejobinfo2
1 files changed, 2 insertions, 0 deletions
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