From 738a1c74e4b2b019ce0547bac017f74a99e2a3de Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 23 Jul 2005 20:24:05 +0000 Subject: TinderClient.bbclass: -Add a TINDER_SUBJECT field, mails will carry that subject tinder.conf: -Mention TINDER_TREE and TINDER_SUBJECT. Without TINDER_TREE the tinderbox will not know how to associate your report. --- conf/tinder.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/tinder.conf b/conf/tinder.conf index 1d236b76b7..9ed63e4828 100644 --- a/conf/tinder.conf +++ b/conf/tinder.conf @@ -6,10 +6,13 @@ INHERIT += "tinderclient" #Name of the client #TINDER_BUILDNAME = "Tinder Client Test/NameOfClient" +#What error parser to use #TINDER_ERROR = "unix" #TINDER_VERBOSE_REPORT = "1" #TINDER_LOG = "${TMPDIR}/tinder.log" #TINDER_MAILTO = "tinderbox-oe@gmx.net" +#TINDER_SUBJECT = "Subject of the to be send mail" +#TINDER_TREE = "OpenEmbeddedBuild" #the From: of the report mails #TINDER_FROM = "you@yourhost" -- cgit v1.2.3