gecko-dev/tools/tinderbox
dbaron%dbaron.org d96c8906f3 Don't print output to nohup.out so tinderbox scripts don't fill up the disk. b=234206 r=bryner 2004-02-20 19:46:48 +00:00
..
examples Add common dotfiles. 2004-02-10 00:19:09 +00:00
INSTALL Add INSTALL file which outlines the basic steps to setting up a tinderbox 2002-02-03 06:31:44 +00:00
README tinderbox example 2002-02-16 06:21:52 +00:00
bloatdiff.pl Removing dead comments 2002-12-27 09:39:42 +00:00
build-camino.pl off the branch, need to check checkout status. -mcafee 2003-06-26 01:05:15 +00:00
build-galeon.pl This patch does the following: 2002-10-20 07:28:24 +00:00
build-seamonkey-util.pl support for windows release builds 2004-02-12 22:06:59 +00:00
build-seamonkey-win32.pl initial checkin. finally. a=mcafee 2000-03-09 22:43:21 +00:00
build-seamonkey.pl Add support for timeouts of cvs checkouts. 2004-01-31 21:31:54 +00:00
gettime.pl This patch does the following: 2002-10-20 07:28:24 +00:00
install-links Ading reportdata.pl. -mcafee 2003-03-25 01:19:40 +00:00
multi-tinderbox.pl Add simple script to allow cycling between multiple tinderbox trees and configurations. b=218879 r=bryner 2003-10-13 22:11:16 +00:00
post-mozilla-rel.pl Make this work with an objdir. 2004-02-16 22:53:17 +00:00
post-mozilla-sample.pl bug 213925. let post-mozilla.pl pass back a binary url. r=granrose 2003-07-26 00:17:45 +00:00
post-mozilla-win32-rel.pl cache the talkback symbols if we're caching the uploaded build (for nightlies 2004-02-18 15:35:21 +00:00
qatest.pl Fixing qatest a bit. -mcafee 2003-01-07 00:33:31 +00:00
report-http-status.pl shorten some display names to save horiz space 2003-06-20 03:29:50 +00:00
report-tree-status.pl Fix abs path for cronjob. -mcafee 2003-03-25 01:19:05 +00:00
reportdata.pl Adding tbox reporting. -mcafee 2003-03-28 08:32:37 +00:00
tinder-defaults.pl Add support for timeouts of cvs checkouts. 2004-01-31 21:31:54 +00:00
tinderbox Don't print output to nohup.out so tinderbox scripts don't fill up the disk. b=234206 r=bryner 2004-02-20 19:46:48 +00:00

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>