aboutsummaryrefslogtreecommitdiffstats
path: root/conf/tinder.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-07-23 19:30:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-23 19:30:31 +0000
commit51c219a311de2d44f8967179b6711010352607de (patch)
treebefc5cc646ffb432e18e0c4e743f4f56bde03489 /conf/tinder.conf
parentb14aeb2b4e4fbc57bddc33b8749cf9aee03e2a4a (diff)
downloadopenembedded-51c219a311de2d44f8967179b6711010352607de.tar.gz
Add tinder.conf containing the vars needed for a tinder client
Diffstat (limited to 'conf/tinder.conf')
-rw-r--r--conf/tinder.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/tinder.conf b/conf/tinder.conf
new file mode 100644
index 0000000000..1d236b76b7
--- /dev/null
+++ b/conf/tinder.conf
@@ -0,0 +1,17 @@
+INHERIT += "tinderclient"
+
+# the name of the admin (e.g you)
+#TINDER_ADMIN = "you@yourhost"
+
+#Name of the client
+#TINDER_BUILDNAME = "Tinder Client Test/NameOfClient"
+
+#TINDER_ERROR = "unix"
+#TINDER_VERBOSE_REPORT = "1"
+#TINDER_LOG = "${TMPDIR}/tinder.log"
+#TINDER_MAILTO = "tinderbox-oe@gmx.net"
+
+#the From: of the report mails
+#TINDER_FROM = "you@yourhost"
+#TINDER_REPORT = "1"
+