openembedded/conf/tinder.conf:
authorHolger Freyther <zecke@selfish.org>
Tue, 26 Jul 2005 22:29:52 +0000 (22:29 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 26 Jul 2005 22:29:52 +0000 (22:29 +0000)
    -Update the sample config to show using HTTP post as well

conf/tinder.conf

index 53ad645..3d65dcb 100644 (file)
@@ -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())}"