diff options
author | Koen Kooi <koen@openembedded.org> | 2005-07-24 10:02:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-24 10:02:03 +0000 |
commit | 89297b67351b656ad8a5e1bad01292fad83728ed (patch) | |
tree | fc4f1186b38988ea42084bb2558a2de07fefb0fc /conf | |
parent | 2cd500dfe9b9777b022ad3e9f7f0b0b2eb7267b6 (diff) | |
parent | 46a0643cfe1a867056bef971eaa5d2783de52d6c (diff) |
merge of 27f2a826933d2cb6c774d60011191463985ec017
and b56b830a66e07da73eba26b6134ecf0360e9d735
Diffstat (limited to 'conf')
-rw-r--r-- | conf/tinder.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/conf/tinder.conf b/conf/tinder.conf index bb28bb320e..d5ed38ae03 100644 --- a/conf/tinder.conf +++ b/conf/tinder.conf @@ -4,15 +4,17 @@ INHERIT += "tinderclient" #TINDER_ADMIN = "you@yourhost" #Name of the client -#DO NOT USE / in a name!! -#TINDER_BUILDNAME = "Tinder Client Test-NameOfClient" +#DO NOT USE '/' or ' ' in a name!! +#TINDER_BUILD = "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" + +#We have fixed procmail rules for the subject +#TINDER_SUBJECT = "OpenEmbedded Tinder Log" #TINDER_TREE = "OpenEmbeddedBuild" #the From: of the report mails |