53ad6457ef626edcb8a2f7cefe980cf3ccdd05d8
[vuplus_openembedded] / conf / tinder.conf
1 INHERIT          += "tinderclient"
2
3 # the name of the admin (e.g you)
4 #TINDER_ADMIN      = "you@yourhost"
5
6 #Name of the client
7 #DO NOT USE '/' or ' ' in a name!!
8 #TINDER_BUILD  = "Test-NameOfClient"
9
10 #What error parser to use
11 #TINDER_ERROR      = "unix"
12
13 #One mail per task
14 #TINDER_VERBOSE_REPORT = "1"
15 #TINDER_LOG        = "${TMPDIR}/tinder.log"
16 #TINDER_MAILTO     = "tinderbox-oe@gmx.net"
17
18 #We have fixed procmail rules for the subject
19 #TINDER_SUBJECT    = "OpenEmbedded Tinder Log"
20 #TINDER_TREE       = "OpenEmbeddedBuild"
21
22 #the From: of the report mails
23 #TINDER_FROM       = "you@yourhost"
24 #TINDER_REPORT     = "1"
25
26 TINDER_START     := "${@time.strftime('%m/%d/%Y %H:%M:%S', time.localtime())}"