aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-02-01 12:29:52 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-02-01 12:29:52 +0200
commit2b9550192f3f7255e7e2af61ef515ed231a2767e (patch)
tree9ebf06595bc0977397c6bc860a0f9603cfd3ebdc /zephyr-upstream
parent8d3161f26f248585d0d2058e021ab7649cf385c3 (diff)
zephyr-upstream: adjust the mirror URL
Since https://review.linaro.org/#/c/17202/ Zephyr mirror is now https://git.linaro.org/lite/zephyr.git Change-Id: I6ae001369613fbea8b1665565ca0bcfd4f00fe09 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'zephyr-upstream')
-rwxr-xr-xzephyr-upstream/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr-upstream/builders.sh b/zephyr-upstream/builders.sh
index 36abb892b6..bd16e44f56 100755
--- a/zephyr-upstream/builders.sh
+++ b/zephyr-upstream/builders.sh
@@ -5,7 +5,7 @@ sudo apt-get -q=2 -y install git g++ libc6-dev-i386 g++-multilib python3-ply gcc
set -ex
-git clone --depth 1 -b ${BRANCH} https://git.linaro.org/zephyrproject-org/zephyr.git ${WORKSPACE}
+git clone --depth 1 -b ${BRANCH} https://git.linaro.org/lite/zephyr.git ${WORKSPACE}
git clean -fdx
echo "GIT_COMMIT=$(git rev-parse --short=8 HEAD)" > env_var_parameters