summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-12-15 14:33:14 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-12-15 14:33:14 +0200
commite4c2e8393e49b6f425472801dc6925e5f091f4ca (patch)
tree99ff510358ee54c97000c2271225a7f25515179b
parent1062dcff9bc1297fb7a747e6b32f76e52d94be39 (diff)
Update linaro-image-tools repository
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xbuild-images4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-images b/build-images
index 6a07043..316fcaf 100755
--- a/build-images
+++ b/build-images
@@ -61,7 +61,7 @@ if [ -d ${OUTDIR} ] && [ -z $REUSE ] ; then
exit 1
fi
-[ -n "$LITREPO" ] || LITREPO="lp:linaro-image-tools"
+[ -n "$LITREPO" ] || LITREPO="git://git.linaro.org/infrastructure/linaro-image-tools.git"
[ -n "$LFIREPO" ] || LFIREPO="lp:linaro-fetch-image"
LITDIR=${OUTDIR}/linaro-image-tools
@@ -69,7 +69,7 @@ LFIDIR=${OUTDIR}/linaro-fetch-image
if [ ! -d ${OUTDIR} ] ; then
mkdir ${OUTDIR}
echo "INFO: Cloning ${LITREPO} at ${LITDIR}"
- bzr branch ${LITREPO} ${LITDIR}
+ git clone ${LITREPO} ${LITDIR}
echo "INFO: Cloning ${LFIREPO} at ${LFIDIR}"
bzr branch ${LFIREPO} ${LFIDIR}
fi