Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[openembedded.git] / conf / tinder.conf
1 INHERIT          += "tinderclient"
2
3
4 #Name of the client
5 #TINDER_MACHINE  = "Test-NameOfClient-build-image"
6
7
8 # Which lof file to write to, which tree to report to
9 #TINDER_LOG        = "${TMPDIR}/tinder.log"
10 #TINDER_TREE       = "OpenEmbeddedBuilds"
11
12
13 # HTTP posting
14 #TINDER_HOST       = "ewi546.ewi.utwente.nl"
15 #TINDER_URL        = "/tinderbox"
16
17 # Which branch do we build
18 #TINDER_BRANCH     = "org.openembedded.dev"
19
20 # Clobbing
21 # 0 for rebuilding everything from scratch
22 # 1 for incremental builds
23 #TINDER_CLOBBER    = "0"
24
25 # Do a report at all
26 #TINDER_REPORT     = "1"
27