diff options
author | Koen Kooi <koen@openembedded.org> | 2005-07-24 10:01:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-24 10:01:31 +0000 |
commit | 46a0643cfe1a867056bef971eaa5d2783de52d6c (patch) | |
tree | 06cb93ee04b0161b1ef0b538efb58bd720407337 | |
parent | 9d7869061375488858389c37229acc709bc13b1b (diff) |
Fix up tinder.conf some more
-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 |