aboutsummaryrefslogtreecommitdiff
path: root/lite-aeolus
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-11-23 18:10:53 +0200
committerPaul Sokolovskyy <paul.sokolovsky@linaro.org>2017-11-23 16:13:23 +0000
commitc8a4bbc99e26d20109d32a0a882f86da86eb8da6 (patch)
tree1436c41e6501c17d81f2be55bfb5e72b746c912c /lite-aeolus
parente9a0f6fe448402ebb628822e132c0c86add32ced (diff)
lite-aeolus-*: Actually checkout the branch requested in build config.
Previously, -b param to git clone was missing. Change-Id: Iddfaf8df594f1b9e0708230a43c8f223995f7bae
Diffstat (limited to 'lite-aeolus')
-rw-r--r--lite-aeolus/build-init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lite-aeolus/build-init.sh b/lite-aeolus/build-init.sh
index 82afe175..4f57dd13 100644
--- a/lite-aeolus/build-init.sh
+++ b/lite-aeolus/build-init.sh
@@ -9,7 +9,7 @@ sudo pip3 install pyelftools
git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools ${HOME}/depot_tools
PATH=${HOME}/depot_tools:${PATH}
-git clone --depth 1 ${GIT_URL} ${WORKSPACE}
+git clone --depth 1 ${GIT_URL} -b ${BRANCH} ${WORKSPACE}
git-retry submodule sync --recursive
git-retry submodule update --init --recursive --checkout
git clean -fdx