[oe-commits] org.oe.dev seppuku: add PN to comment line for attachment (as discussed on ml)

Laibsch commit oe at amethyst.openembedded.net
Mon Mar 17 09:02:09 UTC 2008


seppuku: add PN to comment line for attachment (as discussed on ml)

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 41716f313f0efdbc890ccb2a7a5d8c24cae3ed69
ViewMTN: http://monotone.openembedded.org/revision/info/41716f313f0efdbc890ccb2a7a5d8c24cae3ed69
Files:
1
classes/seppuku.bbclass
Diffs:

#
# mt diff -r219fa4485d47101df96e2d47c358fe5617f1f2d8 -r41716f313f0efdbc890ccb2a7a5d8c24cae3ed69
#
#
#
# patch "classes/seppuku.bbclass"
#  from [b6963b5b1f0c18fa720d13ba7e295b78f27861ed]
#    to [02ec3fae44701d38816aa59eb3db7429e3f666bc]
#
============================================================
--- classes/seppuku.bbclass	b6963b5b1f0c18fa720d13ba7e295b78f27861ed
+++ classes/seppuku.bbclass	02ec3fae44701d38816aa59eb3db7429e3f666bc
@@ -334,7 +334,7 @@ python seppuku_eventhandler() {
                                                                "pv"      : bb.data.getVar("PV", data, True),
                                                                }  
             log_file = glob.glob("%s/log.%s.*" % (bb.data.getVar('T', event.data, True), event.task))
-            text     = "The %s step failed at %s for machine %s" % (e.task, bb.data.getVar('DATETIME', data, True), bb.data.getVar( 'MACHINE', data, True ) )
+            text     = "The %s step in %s failed at %s for machine %s" % (e.task, bb.data.getVar("PN", data, True), bb.data.getVar('DATETIME', data, True), bb.data.getVar( 'MACHINE', data, True ) )
             if len(log_file) != 0:
                 print >> debug_file, "Adding log file %s" % log_file[0]
                 file = open(log_file[0], 'r')






More information about the Openembedded-commits mailing list