This email list is read-only. Emails sent to this list will be discarded
----------------------------------
bitbake-dev/lib/bb/ui/knotty.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit fc50fe5f2dbe58546fa80423186b27ab1bf7c4de
Author: Richard Purdie <[EMAIL PROTECTED]>
Date: Fri Nov 7 14:08:11 2008 +0000
bitbake-dev: Always include logs for now
Diff in this email is a maximum of 400 lines.
diff --git a/bitbake-dev/lib/bb/ui/knotty.py b/bitbake-dev/lib/bb/ui/knotty.py
index 04c5e75..a6595df 100644
--- a/bitbake-dev/lib/bb/ui/knotty.py
+++ b/bitbake-dev/lib/bb/ui/knotty.py
@@ -81,7 +81,7 @@ def init(server, eventHandler):
logfile = event[1]['logfile']
if logfile:
print "ERROR: Logfile of failure stored in %s." % logfile
- if includelogs:
+ if 1 or includelogs:
print "Log data follows:"
f = open(logfile, "r")
lines = []
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits