aboutsummaryrefslogtreecommitdiffstats
path: root/conf/tinder.conf
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-07-26 22:29:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-26 22:29:52 +0000
commitc81a691e76610095bef2fea17be153a31fcc8e52 (patch)
tree177b7b5d023405a22243e8ebced89b5cac0dad99 /conf/tinder.conf
parent946e28d1cb847b99b9b8d14450ca22d808f62295 (diff)
downloadopenembedded-c81a691e76610095bef2fea17be153a31fcc8e52.tar.gz
openembedded/conf/tinder.conf:
-Update the sample config to show using HTTP post as well
Diffstat (limited to 'conf/tinder.conf')
-rw-r--r--conf/tinder.conf21
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())}"