gecko-dev/tools/tinderbox
preed%mozilla.com b8dd171841 Bug 344002: l10n nightly builds should automatically pick up version number changes; this fixes a bug on win32. We set cygwin up to do Unix-style line endings, so perl's chomp() is not chomp()ing the \r. This is confirmed by the Tinderbox log, which shows the url encoded as 'http://stage.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla1.8/firefox-2.0b2%0D.en-US.win32.installer.exe'. r=rhelmer 2006-08-21 18:39:58 +00:00
..
examples
INSTALL
README
bloatdiff.pl
build-camino.pl
build-firefox.pl
build-galeon.pl
build-seamonkey-util.pl b=348899 2006-08-17 21:57:35 +00:00
build-seamonkey-win32.pl
build-seamonkey.pl
build-thunderbird.pl
gettime.pl
install-links Fix install-links so it picks up the post-mozilla files. r=rhelmer, me=preed. 2006-06-29 20:43:23 +00:00
mozconfig
multi-tinderbox.pl Bug 347947: Tinderbox auto-update should update to a stable tag, not to HEAD. r=rhelmer. 2006-08-08 23:38:30 +00:00
post-mozilla-l10n.pl
post-mozilla-rel.pl Bug 344002: l10n nightly builds should automatically pick up version number changes; this fixes a bug on win32. We set cygwin up to do Unix-style line endings, so perl's chomp() is not chomp()ing the \r. This is confirmed by the Tinderbox log, which shows the url encoded as 'http://stage.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla1.8/firefox-2.0b2%0D.en-US.win32.installer.exe'. r=rhelmer 2006-08-21 18:39:58 +00:00
post-mozilla-sample.pl
post-mozilla.pl
qatest.pl
report-http-status.pl
report-tree-status.pl
reportdata.pl
test-reportdata.pl
tinder-config.pl
tinder-defaults.pl add new layout performance local test. b=348288, r=preed 2006-08-11 00:47:43 +00:00
tinderbox

README

mozilla/tools/tinderbox
===================

This directory is for the scripts associated with the client-side of
tinderbox (scripts to checkout, build, and report the status of the tree
to a tinderbox server).


Table of Contents
=================

* README 
   This file.

* build-seamonkey.pl
   A perl script to drive the client side of tinderbox (unix variants).
   usage:
      build-seamonkey.pl [--clobber | --depend] [-t TreeName] [--testonly] [--once]

* bloatdiff.pl
    Script used to process leak data in the logs.

* build-seamonkey-util.pl
    Core unix tinderbox stuff.

* post-mozilla-sample.pl
    Example of post-build test script

* tinder-defaults.pl
    Default script variables.

* gettime.pl
    Wrapper to get hires time, if available.

* tinderbox
    Wrapper script to start unix builds.

* install-links
    Create links to a tinderbox install directory.


Tinderbox example for SeaMonkey build
=====================================

Here is an example of how to set up a "SeaMonkey" tinderbox
build of mozilla.

  # Create tinderbox source files in mozilla,
  # then SeaMonkey directory where mozilla tree will live.
  cvs co mozilla/tools/tinderbox
  mkdir SeaMonkey
  cd SeaMonkey; ../mozilla/tools/tinderbox/install-links

  #
  # Create tinder-config.pl file in SeaMonkey directory.  
  # Copy one from an existing build, or create a sample one and edit it:
  #
  ./build-seamonkey.pl --example-config > tinder-config.pl

  #
  # mozconfig.  If you have configure options, add them to a
  # file named "mozconfig" in the SeaMonkey directory.
  # Again, you can copy one from a build, or create one.
  # For a default stock build, this file is not needed or
  # can be blank.
  #

  # Start the tinderbox!  From the SeaMonkey directory:
  ./tinderbox depend start

  # You can watch the build run the first time with:
  tail -f <objdir>/<logname>