aboutsummaryrefslogtreecommitdiffstats
path: root/classes/tinderclient.bbclass
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-02-22 01:07:13 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-22 01:07:13 +0000
commit4931db455e5e0d58d341d85e5784592257679959 (patch)
tree01efbd4f3b1ce038365ba2503a340ea9058627a4 /classes/tinderclient.bbclass
parent98d6c76e508c0e41b76e9f6966e127ed5e444fde (diff)
downloadopenembedded-4931db455e5e0d58d341d85e5784592257679959.tar.gz
classes/tinderclient.bbclass:
-Have a none empty log messages when the build is completed otherwise the log is not transfered to the server. Now the build turns green :)
Diffstat (limited to 'classes/tinderclient.bbclass')
-rw-r--r--classes/tinderclient.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/tinderclient.bbclass b/classes/tinderclient.bbclass
index 0dc186af27..67cd95842f 100644
--- a/classes/tinderclient.bbclass
+++ b/classes/tinderclient.bbclass
@@ -290,6 +290,7 @@ def tinder_do_tinder_report(event):
log += "<--- TINDERBOX Package %s failed (FAILURE)\n" % data.getVar('P', event.data, True)
status = 200
elif name == "BuildCompleted":
+ log += "Build Completed\n"
status = 100
# now post the log