From: Koen Kooi Date: Sat, 23 Jul 2005 19:30:31 +0000 (+0000) Subject: Add tinder.conf containing the vars needed for a tinder client X-Git-Tag: Release-2010-05/1~9453^2~4082^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51c219a311de2d44f8967179b6711010352607de;p=openembedded.git Add tinder.conf containing the vars needed for a tinder client --- 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" +