summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-02-19 20:16:25 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-19 20:16:25 +0000
commit63cc5ff527c6e258ec58f7e8b9f6f6d7e6a8746d (patch)
tree75a207dde13da2aa68f78951d49e6403286755aa /conf
parentf86c931743a08b0c56d02a415c9104d786b1d696 (diff)
parent031c649fb653348559ae48ddde15b02d724e71f0 (diff)
merge of 3c8d71924f7bdcbdae81f3b602e2657fc399b427
and 55fb04a1bc7331f99333777f4deecc8c07383314
Diffstat (limited to 'conf')
-rw-r--r--conf/tinder.conf31
1 files changed, 10 insertions, 21 deletions
diff --git a/conf/tinder.conf b/conf/tinder.conf
index 2c50b62a17..99e263c96c 100644
--- a/conf/tinder.conf
+++ b/conf/tinder.conf
@@ -1,37 +1,26 @@
INHERIT += "tinderclient"
-# the name of the admin (e.g you)
-#TINDER_ADMIN = "you@yourhost"
#Name of the client
-#DO NOT USE '/' or ' ' in a name!!
-#TINDER_BUILD = "Test-NameOfClient"
+#TINDER_MACHINE = "Test-NameOfClient-build-image"
-#What error parser to use
-#TINDER_ERROR = "unix"
-#One mail/post per task
-#TINDER_VERBOSE_REPORT = "1"
-#TINDER_LOG = "${TMPbDIR}/tinder.log"
-#TINDER_TREE = "OpenEmbeddedBuild"
+# Which lof file to write to, which tree to report to
+#TINDER_LOG = "${TMPDIR}/tinder.log"
+#TINDER_TREE = "OpenEmbeddedBuilds"
-# Mail posting
-#We have fixed procmail rules for the subject
-#TINDER_SUBJECT = "OpenEmbedded Tinder Log"
-#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"
-
+# Which branch do we build
+#TINDER_BRANCH = "org.openembedded.dev"
-# TimeZone handling
-#TINDER_TZ = "+0200"
+# Clobbing
+# 0 for rebuilding everything from scratch
+# 1 for incremental builds
+#TINDER_CLOBBER = "0"
# Do a report at all
#TINDER_REPORT = "1"