summaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index 95b173ba..de8ce277 100644
--- a/README
+++ b/README
@@ -41,10 +41,8 @@ something like this:
log = /home/username/baserock/morph.log
log-max = 200M
trove-host = git.baserock.org
- bundle-server = http://git.baserock.org/bundles
-All of the above settings apart from `log` and `bundle-server` are the
-defaults, so may be omitted.
+All of the above settings apart from `log` are the defaults, so may be omitted.
Morphology file syntax
@@ -257,8 +255,8 @@ The variables are:
* `DEBIAN_MIRROR`; which must be a path suitable for passing to
debootstrap; which at the time of writing allowed http://,
file:// or ssh:// urls; **required**
-* `GIT_BUNDLES`; which must be a url to a bundles directory;
- morph will try to fetch bundles from here before trying the
+* `GIT_TARBALLS`; which must be a url to a tarballs directory;
+ morph will try to fetch tarballs from here before trying the
git-base-url; **required**
* `snapshot`; which should be `false` (or any executable that
exits unsuccessfully) if creating a snapshot after each stage