diff options
Diffstat (limited to 'conf/tinder.conf')
-rw-r--r-- | conf/tinder.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/conf/tinder.conf b/conf/tinder.conf new file mode 100644 index 0000000000..614ed89400 --- /dev/null +++ b/conf/tinder.conf @@ -0,0 +1,27 @@ +INHERIT += "tinderclient" + + +#Name of the client +#TINDER_MACHINE = "Test-NameOfClient-build-image" + + +# Which lof file to write to, which tree to report to +#TINDER_LOG = "${TMPDIR}/tinder.log" +#TINDER_TREE = "OpenEmbeddedBuilds" + + +# HTTP posting +#TINDER_HOST = "ewi546.ewi.utwente.nl" +#TINDER_URL = "/tinderbox" + +# Which branch do we build +#TINDER_BRANCH = "org.openembedded.dev" + +# Clobbing +# 0 for rebuilding everything from scratch +# 1 for incremental builds +#TINDER_CLOBBER = "0" + +# Do a report at all +#TINDER_REPORT = "1" + |