diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-27 08:37:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-27 08:37:50 +0000 |
commit | b16010c13c5451a8a610f4120e9a2dc33f920677 (patch) | |
tree | 1cae49780124f0aa6bd3791e911f1e9911bb0a38 /conf | |
parent | fc4e5c03f43cc293ee3384b46918badb0f53dfeb (diff) | |
parent | c81a691e76610095bef2fea17be153a31fcc8e52 (diff) |
merge of 286a5cadf7726262c13fd2d631d3f2bf15fddf5f
and 354e8aead2f1733a96819f95e5fa09d14685b639
Diffstat (limited to 'conf')
-rw-r--r-- | conf/tinder.conf | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/conf/tinder.conf b/conf/tinder.conf index 53ad6457ef..3d65dcb51b 100644 --- a/conf/tinder.conf +++ b/conf/tinder.conf @@ -10,17 +10,26 @@ INHERIT += "tinderclient" #What error parser to use #TINDER_ERROR = "unix" -#One mail per task +#One mail/post per task #TINDER_VERBOSE_REPORT = "1" #TINDER_LOG = "${TMPDIR}/tinder.log" -#TINDER_MAILTO = "tinderbox-oe@gmx.net" +#TINDER_TREE = "OpenEmbeddedBuild" + +# Mail posting #We have fixed procmail rules for the subject #TINDER_SUBJECT = "OpenEmbedded Tinder Log" -#TINDER_TREE = "OpenEmbeddedBuild" - -#the From: of the report mails +#TINDER_MAILTO = "tinderbox-oe@gmx.net" #TINDER_FROM = "you@yourhost" + +# HTTP posting +#TINDER_HOST = "ewi546.ewi.utwente.nl" +#TINDER_URL = "/OE_qa/cgi-bin/process_builds.cgi" + +# Select the submit method http or mail +#TINDER_SENDLOG = "http" + + +# Do a report at all #TINDER_REPORT = "1" -TINDER_START := "${@time.strftime('%m/%d/%Y %H:%M:%S', time.localtime())}" |