summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-31 14:57:33 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-03-31 14:57:33 +0000
commit1328d72e1953cc3ffa8a3e8596399a6588b5f904 (patch)
tree5c13c0773d2b5a335b29888e0c916fc7237f596b /morphlib/app.py
parentf9577b1a1d984249e6482d2f5dc5414ab69cc43e (diff)
downloadmorph-1328d72e1953cc3ffa8a3e8596399a6588b5f904.tar.gz
Morph build 590a8150f91843c3a291168f2106ddba
System branch: master
Diffstat (limited to 'morphlib/app.py')
-rw-r--r--morphlib/app.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index f7c07726..c367cafb 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -127,6 +127,15 @@ class Morph(cliapp.Application):
'supported at this time.',
default='overlayfs',
group=group_advanced)
+ self.settings.string(['ostree-repo-mode'],
+ 'Mode for OSTree artifact cache repository. If '
+ 'things will need to pull from your cache, this '
+ 'needs to be "archive_z2". Otherwise use '
+ '"bare". Note that archive_z2 will cause things '
+ 'involving the artifact cache (building and/or '
+ 'deploying) to be slow.',
+ default='bare',
+ group=group_advanced)
group_build = 'Build Options'
self.settings.integer(['max-jobs'],