summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-25 13:46:02 +0000
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-25 15:07:57 +0100
commitebed9ace77eed4b8e40675cff40a96f61ae291e2 (patch)
treef98202409666c39f3bea7cb5e1aca55c05002a7b /baserock-bootstrap
parentecdd22d0aa03ddb2bdac3fcba506d70d6ab45c4b (diff)
downloadmorph-ebed9ace77eed4b8e40675cff40a96f61ae291e2.tar.gz
Use tarballs instead of bundles
This makes a non-backward-compatible change to morph which switches it to using tarballs instead of bundles when initialising cached git repositories. This is faster because it doesn't require index-pack --fix-thin operations on the machine running morph.
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap10
1 files changed, 5 insertions, 5 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 12917ffa..6bedb6db 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -73,7 +73,7 @@ pass1_get_sources_with_morph()
--log=$LFS/baserock/morph.log \
--dump-memory-profile=none \
--keep-path \
- --bundle-server="$GIT_BUNDLES"
+ --tarball-server="$GIT_TARBALLS"
}
pass1_build_with_morph()
@@ -182,7 +182,7 @@ python ./morph --verbose update-gits \
--log=/baserock/morph.log \
--dump-memory-profile=none \
--keep-path \
- --bundle-server="$GIT_BUNDLES"
+ --tarball-server="$GIT_TARBALLS"
EOF
$HOST_CHMOD +x "$LFS/baserock/build.sh"
local do_chroot="$BASEDIR/do-chroot.bash"
@@ -231,7 +231,7 @@ python ./morph --verbose build-morphology \
--log=/baserock/morph.log \
--dump-memory-profile=none \
--keep-path \
- --bundle-server="$GIT_BUNDLES" \
+ --tarball-server="$GIT_TARBALLS" \
--target-cflags="$TARGET_CFLAGS"
EOF
$HOST_CHMOD +x "$LFS/baserock/build.sh"
@@ -334,7 +334,7 @@ python ./morph --verbose update-gits \
--log=/baserock/morph.log \
--dump-memory-profile=none \
--keep-path \
- --bundle-server="$GIT_BUNDLES"
+ --tarball-server="$GIT_TARBALLS"
EOF
$HOST_CHMOD +x "$LFS/baserock/build.sh"
local do_chroot="$BASEDIR/do-chroot.bash"
@@ -387,7 +387,7 @@ python ./morph --verbose build-morphology \
--log=/baserock/morph.log \
--dump-memory-profile=none \
--keep-path \
- --bundle-server="$GIT_BUNDLES" \
+ --tarball-server="$GIT_TARBALLS" \
--target-cflags="$TARGET_CFLAGS"
rm "\$filler"
EOF