summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-03-15 17:30:31 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-03-20 11:26:26 +0000
commit1d3e2c1fa418e397cba81f8037c691b8b3440323 (patch)
tree8e1f1ee68b2043f6fce77cf190f0c132e2b40524 /morphlib/app.py
parentbb756677ed0bc538199cd55911df7212e3cb76fd (diff)
downloadmorph-1d3e2c1fa418e397cba81f8037c691b8b3440323.tar.gz
Warn if staging fillers are used
The 'master' branch of baserock:baserock/morphs no longer requires a staging filler.
Diffstat (limited to 'morphlib/app.py')
-rwxr-xr-xmorphlib/app.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index b5379c83..ac36353e 100755
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -162,7 +162,11 @@ class Morph(cliapp.Application):
'The "staging-chroot" option has been set to False. This '
'option is obsolete and should be left as the default (True).')
if self.settings['staging-filler'] is not None:
- logging.warning('Use of a staging filler is deprecated.')
+ self.status(msg='WARNING! A staging filler was specified. Staging '
+ 'fillers are deprecated and may break new builds. You '
+ 'should only specify this option if you are building '
+ 'a system based on a version of Baserock older than '
+ 'Baserock 6.')
# Combine the aliases into repo-alias before passing on to normal
# command processing. This means everything from here on down can