gecko-dev/tools/tinderbox
mcafee%netscape.com a992bfe278 Adding support for building security 2001-04-26 22:17:18 +00:00
..
README Brief file descriptions 2001-02-27 22:41:45 +00:00
bloatdiff.pl Comment change only, suggestion for leak-testing a set of source code changes. 2001-01-04 02:59:30 +00:00
build-embed-util.pl embed.mk not part of this process right now. 2001-02-27 20:57:06 +00:00
build-embed.pl First-pass hack attempt at embed tinderbox script 2001-02-27 18:47:21 +00:00
build-grendel.pl fixed smoketest to invoke grendel with 'java grendel.Main' and also 1999-02-28 08:46:34 +00:00
build-moz-ports.pl Tweaks for my IRIX 5.3 build. 2000-01-21 02:28:06 +00:00
build-seamonkey-util.pl Adding support for building security 2001-04-26 22:17:18 +00:00
build-seamonkey-win32.pl initial checkin. finally. a=mcafee 2000-03-09 22:43:21 +00:00
build-seamonkey.pl Only set CVSROOT using netscape.com address if CVSROOT is not already set. Change requires to 5.003 2000-07-30 19:54:16 +00:00
tinder-defaults.pl Adding startup timeout 2001-04-09 23:08:28 +00:00
tinderbox Adding support for user comments, mozconfig. 2001-04-06 22:38:16 +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-moz-smoke.pl
   A perl script to drive the client side of tinderbox (unix variants).
   usage:
      perl build-moz-smoke.pl [--clobber | --depend] -t TreeName

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

* build-grendel.pl
    Old?  Not used?

* build-moz-ports.pl
    Old classic way of building.

* build-seamonkey-util.pl
    Meat of the unix tinderbox stuff.

* build-seamonkey.pl
    Wrapper for build-seamonkey-util.pl

* build-embed-util.pl
    Meat of the unix embed tinderbox stuff.

* build-embed.pl
    Wrapper for build-embed-util.pl

* build-seamonkey-win32.pl
    Win32 tinderbox stuff.

* tinder-defaults.pl
    Default script variables.

* tinderbox
    Wrapper script to start unix builds.