merge of 21d66a92293faf76a506c7d17e3cd16e143bb401
[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/post per task
14 #TINDER_VERBOSE_REPORT = "1"
15 #TINDER_LOG        = "${TMPbDIR}/tinder.log"
16 #TINDER_TREE       = "OpenEmbeddedBuild"
17
18
19 # Mail posting
20 #We have fixed procmail rules for the subject
21 #TINDER_SUBJECT    = "OpenEmbedded Tinder Log"
22 #TINDER_MAILTO     = "tinderbox-oe@gmx.net"
23 #TINDER_FROM       = "you@yourhost"
24
25 # HTTP posting
26 #TINDER_HOST       = "ewi546.ewi.utwente.nl"
27 #TINDER_URL        = "/OE_qa/cgi-bin/process_builds.cgi"
28
29 # Select the submit method http or mail
30 #TINDER_SENDLOG    = "http"
31
32
33 # TimeZone handling
34 #TINDER_TZ         = "+0200"
35
36 # Do a report at all
37 #TINDER_REPORT     = "1"
38