From e9803751281aeb77114b1e4b83f792fa1d31e7c9 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Tue, 26 Jul 2005 13:57:48 +0000 Subject: openembedded/classes/tinderclient.bbclass: -Use the BUILDSTART as the starttime for the tinderbox. In every none malicious bbfile this variable should have the same time. --- classes/tinderclient.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/tinderclient.bbclass') diff --git a/classes/tinderclient.bbclass b/classes/tinderclient.bbclass index 869cd043ba..4f3c495078 100644 --- a/classes/tinderclient.bbclass +++ b/classes/tinderclient.bbclass @@ -7,7 +7,7 @@ def base_prepare_mail_header(data, status): import bb str = "tinderbox: administrator: %s\n" % bb.data.getVar('TINDER_ADMIN', data, True) - str += "tinderbox: starttime: %s\n" % bb.data.getVar('TINDER_START', data, True) + str += "tinderbox: starttime: %s\n" % bb.data.getVar('BUILDSTART', data, True) or bb.data.getVar('TINDER_START', data, True) str += "tinderbox: buildname: %s\n" % bb.data.getVar('TINDER_BUILD', data, True) str += "tinderbox: errorparser: %s\n" % bb.data.getVar('TINDER_ERROR', data, True) str += "tinderbox: status: %s\n" % status -- cgit v1.2.3