diff options
author | Koen Kooi <koen@openembedded.org> | 2005-07-23 19:32:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-23 19:32:26 +0000 |
commit | 9ad6142885c827a87dae653cf44fc8b8af54188d (patch) | |
tree | b202dfa96cf3a78edafcd6388b5bd53c901d2210 | |
parent | 0cf7dfdc769a93e1128428c3c3a96861cd97da25 (diff) | |
parent | 51c219a311de2d44f8967179b6711010352607de (diff) |
merge of 694e3e889df61d4f0755b908f187cc494887e701
and 8b4259611fcc8bb40ab81877e66247b9f42bdb38
-rw-r--r-- | conf/tinder.conf | 17 |
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" + |