Tinderbox: Difference between revisions
m (GPHemsley moved page Tinderbox:Home Page to Tinderbox over a redirect without leaving a redirect) |
(Pages moved) |
||
Line 26: | Line 26: | ||
=== Setup and Configuration === | === Setup and Configuration === | ||
The Install file located in the root of the Tinderbox2 source tree has an excellent overview of what is needed and the order to follow. However, there are a few [[Tinderbox | The Install file located in the root of the Tinderbox2 source tree has an excellent overview of what is needed and the order to follow. However, there are a few [[Tinderbox/Tbox2_Setup|Tinderbox2 Setup Notes]] here. | ||
== Tinderbox3 == | == Tinderbox3 == | ||
Line 38: | Line 38: | ||
=== Setup and Configuration === | === Setup and Configuration === | ||
Tinderbox 3 currently suffers from an acute lack of documentation, although some progress has been made in this area. Please see the [[Tinderbox | Tinderbox 3 currently suffers from an acute lack of documentation, although some progress has been made in this area. Please see the [[Tinderbox/Tbox3_Setup|Tinderbox3 Setup]] page. |
Revision as of 01:36, 12 May 2015
Tinderbox
Tinderbox is a continuous integration tool. It runs and displays the results of automated builds and tests. Tinderbox at Mozilla has been replaced by Buildbot and Sheriffing/TBPL (and now, Treeherder). For more information, see https://developer.mozilla.org/en/Tinderbox
The goal for this wiki is to document the procedures and processes necessary to setup, run and keep running a Tinderbox server.
This wiki is titled "Tinderbox" instead of Tinderbox2 or Tinderbox3 as we should be able to document overall Tinderbox usage and, if necessary, flag any sections as being specific to that version of Tinderbox.
Tinderbox2
Ken Estes is the original author of Tinderbox2
Mike Taylor is a co-maintainer of Tinderbox2
Overview of Tinderbox 2.0
Source
Tinderbox2 currently resides only in the Mozilla CVS Repostory. Be careful to only checkout the Tinderbox2 tree - otherwise you stand a good chance of retrieving the entire Mozilla source tree which is rather large.
This is the cvs command to checkout only Tinderbox2:
cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/webtools/tinderbox2
Setup and Configuration
The Install file located in the root of the Tinderbox2 source tree has an excellent overview of what is needed and the order to follow. However, there are a few Tinderbox2 Setup Notes here.
Tinderbox3
Tinderbox 3 is another vision of Tinderbox and is intended to be easier to set up and have lots of nifty new features.
John Keiser's Tbox3 page seems to be the de facto homepage for Tbox3.
Source
Setup and Configuration
Tinderbox 3 currently suffers from an acute lack of documentation, although some progress has been made in this area. Please see the Tinderbox3 Setup page.