summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
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 ac9d70e7..51a998b7 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -128,6 +128,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'],