blob: 1d236b76b731c95c08deb34e2ab2e50789e23b55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
|