Tinderbox (software)
| This article relies largely or entirely upon a single source. (August 2013) |
Tinderbox at Mozilla Firefox project
|
|
| Developer(s) | Mozilla Corporation, Mozilla Foundation |
|---|---|
| Development status | Active |
| Written in | Perl |
| Operating system | Cross-platform |
| Type | Continuous integration |
| License | Mozilla Public License |
| Website | https://developer.mozilla.org/en/Tinderbox/ |
Tinderbox is a software suite that provides continuous integration capability. Tinderbox allows developers to manage software builds and/or testing and to correlate build failures on various platforms and configurations with particular code changes.
Tinderbox is described as "a detective tool for software development". It allows the developer to see what is happening in the source tree. It shows who checked in what (by asking Bonsai); what platforms have built successfully; what platforms are broken and exactly how they are broken (the build logs); and the state of the files that made up the build (cvsblame).
Design[edit]
Tinderbox is composed of a server with clients running builds and reporting status via mail. The server receives mail from tinderbox clients in the form of
tinderbox: tree: SeaMonkey tinderbox: builddate: 1021331520 (...) tinderbox: status: success tinderbox: END (full build log)
The server then constructs a table with time on the vertical axis and the various builds on the horizontal axis.
Distribution[edit]
Tinderbox is maintained and hosted by the Mozilla Corporation. Well-known projects which use Tinderbox include Mozilla and The Document Foundation's LibreOffice.[1] Tinderbox is written in Perl and is released under the Mozilla Public License, making it free and open source software.
Impact[edit]
By extension, "tinderbox" is also a name for machines which are exclusively or mainly used for continuous build integration/testing without necessarily employing the tinderbox software suite to do so.[citation needed]
See also[edit]
References[edit]
- ^ "Development/Tinderbox". The Document Foundation. 30 August 2013. Retrieved 4 August 2013.
External links[edit]
- Mozilla's Tinderbox homepage, describing version 1
- Ken Estes's Tinderbox 2.0 server re-write
- John Keiser's Tinderbox 3
- Tinderbox3 documentation on Mozilla's Bugzilla
- FreeBSD Tinderbox (continuation of Tinderbox3)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| This free software–related article is a stub. You can help Wikipedia by expanding it. |