summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-09 11:51:10 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-09 16:06:17 +0000
commit60515a30bd21d0d1777b13e0fccea2fab3898e84 (patch)
tree4de024e9e7faa4c83710ed2abae2821e53be1409 /run-bootstrap-in-chroot
parent58895001d0f865921d254e084e3da8d7d1ef4b38 (diff)
downloadmorph-60515a30bd21d0d1777b13e0fccea2fab3898e84.tar.gz
Make bootstrap build use git bundles
Also, run morph update-gits in loop until it succeeds. Gitorious or git or the office network are unreliable enough that otherwise the build pretty much is guaranteed to fail during the initial cloning and fetching.
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index 40ad0821..f457757e 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -37,6 +37,7 @@ fi
if ([ "x$DEBIAN_MIRROR" = x ] && echo DEBIAN_MIRROR is unspecified >&2) ||
([ "x$GITS" = x ] && echo GITS is unspecified >&2) ||
+ ([ "x$GIT_BUNDLES" = x ] && echo GIT_BUNDLES is unspecified >&2) ||
([ "x$LFS_MIRROR" = x ] && echo LFS_MIRROR is unspecified >&2)
then
echo It is recommended that mirrors are used