surpport seeking the recorded video
[vuplus_openembedded] / conf / tinder.conf
index 53ad645..614ed89 100644 (file)
@@ -1,26 +1,27 @@
 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 per task
-#TINDER_VERBOSE_REPORT = "1"
+# Which lof file to write to, which tree to report to
 #TINDER_LOG        = "${TMPDIR}/tinder.log"
-#TINDER_MAILTO     = "tinderbox-oe@gmx.net"
+#TINDER_TREE       = "OpenEmbeddedBuilds"
 
-#We have fixed procmail rules for the subject
-#TINDER_SUBJECT    = "OpenEmbedded Tinder Log"
-#TINDER_TREE       = "OpenEmbeddedBuild"
 
-#the From: of the report mails
-#TINDER_FROM       = "you@yourhost"
+# HTTP posting
+#TINDER_HOST       = "ewi546.ewi.utwente.nl"
+#TINDER_URL        = "/tinderbox"
+
+# Which branch do we build
+#TINDER_BRANCH     = "org.openembedded.dev"
+
+# Clobbing
+# 0 for rebuilding everything from scratch
+# 1 for incremental builds
+#TINDER_CLOBBER    = "0"
+
+# Do a report at all
 #TINDER_REPORT     = "1"
 
-TINDER_START     := "${@time.strftime('%m/%d/%Y %H:%M:%S', time.localtime())}"