git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8752e8
)
classes/tinderclient.bbclass: Fix the getVar invocation and the test...
author
Holger Freyther
<zecke@selfish.org>
Fri, 18 Aug 2006 10:08:19 +0000
(10:08 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Fri, 18 Aug 2006 10:08:19 +0000
(10:08 +0000)
classes/tinderclient.bbclass
patch
|
blob
|
history
diff --git
a/classes/tinderclient.bbclass
b/classes/tinderclient.bbclass
index
2f4d62b
..
1c8079e
100644
(file)
--- a/
classes/tinderclient.bbclass
+++ b/
classes/tinderclient.bbclass
@@
-315,7
+315,7
@@
def tinder_do_tinder_report(event):
elif name == "PkgSucceeded":
log += "<--- TINDERBOX Package %s done (SUCCESS)\n" % data.getVar('P', event.data, True)
elif name == "PkgFailed":
- if not data.getVar('TINDER_AUTOBUILD'
) == 0
:
+ if not data.getVar('TINDER_AUTOBUILD'
, event.data, True) == "0"
:
build.exec_task('do_clean', event.data)
log += "<--- TINDERBOX Package %s failed (FAILURE)\n" % data.getVar('P', event.data, True)
status = 200