diff options
author | Holger Freyther <zecke@selfish.org> | 2005-07-23 20:24:05 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-23 20:24:05 +0000 |
commit | 738a1c74e4b2b019ce0547bac017f74a99e2a3de (patch) | |
tree | 419c5532c5ef252f11e5a44b42cd0c3b73d6d1cd /conf | |
parent | fc0159d05f362b458f2d995b522e5cccde4952f1 (diff) |
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.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/tinder.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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" |