Ilmu Komputer    
   
Daftar Isi
(Sebelumnya) Timothy BuddTinkerforge (Berikutnya)

Tinderbox (software)

Tinderbox
Developer(s)Mozilla Corporation, Mozilla Foundation
Development statusActive
Written inPerl
Operating systemCross-platform
TypeContinuous integration
LicenseMozilla Public License
Websitehttps://developer.mozilla.org/en/Tind erbox/

Tinderbox is a software suite that provides continuous integration capability. Tinderbox allows developers to manage software builds 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).

Contents

Design

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: SeaMonkeytinderbox: builddate: 1021331520(...)tinderbox: status: successtinderbox: 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

Tinderbox is maintained and hosted by the Mozilla Corporation. Well-known projects which use Tinderbox include Mozilla and FreeBSD. It is written in Perl and is released under the Mozilla Public License, making it free and open source software.

Impact

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

External links

(Sebelumnya) Timothy BuddTinkerforge (Berikutnya)