summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-10 14:02:30 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-11 16:04:44 +0000
commit13e67c136a5a4b8716c1c9f2dad9c2d41ccb6c6f (patch)
treee25e98eb25dfcc5673c523202c2056cfb9a230df
parent78916625575d31fdb6776089cd57e99d6649a0e6 (diff)
downloadmorph-13e67c136a5a4b8716c1c9f2dad9c2d41ccb6c6f.tar.gz
yarns: Explicitly specify there is no remote cache server
Previously the value of trove-host would be used, resulting in requests to http://[]:8080/ that are a bit hard to reason about.
-rw-r--r--yarns/implementations.yarn1
1 files changed, 1 insertions, 0 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 8b43286f..59c9b837 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -358,6 +358,7 @@ another to hold a chunk.
cachedir = $DATADIR/cache
tempdir = $DATADIR/tmp
trove-host= []
+ cache-server =
EOF
mkdir "$DATADIR/cache"