summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-04-12 15:31:04 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-04-22 10:20:25 +0000
commitaa6dfcbb70c03dfeb3f9af02283aa1ab83667162 (patch)
tree653dbc48e9f18228981902f0b493b3301ff503bb /yarns
parent124e2f1b68a5176dcb3bf37543d4d9ff26a14b95 (diff)
downloadmorph-aa6dfcbb70c03dfeb3f9af02283aa1ab83667162.tar.gz
Use --verbose/-v to show build output, --debug/-d for morph debug
Its going to be more likely that a baserock user is more interesed in the build log than actually the debug output from morph. And also the intuitive option would be to use -v for this. --verbose/-v: show build output --debug/-d: show morph debug output Change-Id: I1fb99034dc8680a5f168f6306724663aea33ebc5
Diffstat (limited to 'yarns')
-rw-r--r--yarns/morph.shell-lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/morph.shell-lib b/yarns/morph.shell-lib
index e7011091..faf094ff 100644
--- a/yarns/morph.shell-lib
+++ b/yarns/morph.shell-lib
@@ -36,7 +36,7 @@ run_morph()
{
{
set +e
- "$SRCDIR"/morph --verbose \
+ "$SRCDIR"/morph --debug \
--cachedir-min-space=0 --tempdir-min-space=0 \
--no-default-config --config "$DATADIR/morph.conf" \
--log="$DATADIR/log-$1" \