summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-12 10:12:12 +0000
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-12 14:04:37 +0100
commitda5a4968789e45d90f4b855874835d35c2614e58 (patch)
tree0fb71bb33b47dfe56c5b24e900e5410f617e9db6 /README
parent1c89026bc70003b302167248c0d2ed229cd27223 (diff)
downloadmorph-da5a4968789e45d90f4b855874835d35c2614e58.tar.gz
Add support for Trove hosted content to morph configuration.
Trove has a fixed structure for repositories and prefixes. By taking advantage of this, we can simplify the repo-alias configuration in morph somewhat and thus make it easier for others to add their own aliases and prefixes later, without worrying that they'll miss out on default ones created by the Baserock team. We override process_args in the application class to achieve this because cliapp's setup() hook is not quite right for our purposes.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 4c0be19d..ecb9148c 100644
--- a/README
+++ b/README
@@ -40,11 +40,11 @@ something like this:
cachedir = /home/username/baserock/cache
log = /home/username/baserock/morph.log
log-max = 200M
- git-base-url = git://gitorious.org/baserock-morphs
- bundle-server = http://roadtrain.codethink.co.uk/bundles
+ trove-host = git.baserock.org
+ bundle-server = http://git.baserock.org/bundles
-All of the above settings apart from `log` are the defaults, so may be
-omitted.
+All of the above settings apart from `log` and `bundle-server` are the
+defaults, so may be omitted.
Morphology file syntax