summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/app.py')
-rw-r--r--morphlib/app.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index f916ae17..aecee42b 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -92,6 +92,20 @@ class Morph(cliapp.Application):
metavar='URL',
default=None,
group=group_advanced)
+ self.settings.string(
+ ['artifact-cache-server'],
+ 'HTTP URL for the artifact cache server; '
+ 'if not set, then the cache-server setting is used instead',
+ metavar='URL',
+ default=None,
+ group=group_advanced)
+ self.settings.string(
+ ['git-resolve-cache-server'],
+ 'HTTP URL for the git ref resolving cache server; '
+ 'if not set, then the cache-server setting is used instead',
+ metavar='URL',
+ default=None,
+ group=group_advanced)
self.settings.string(['tarball-server'],
'base URL to download tarballs. '
'If not provided, defaults to '