gecko-dev/tools/tinderbox
2001-09-25 01:36:11 +00:00
..
examples Automatically set BaseDir to cwd(), this avoids possibility of manual error and not finding mozconfig files properly. 2001-06-16 06:30:22 +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-galeon.pl switching to sourceforge cvs server, more in sync? 2001-09-22 22:05:58 +00:00
build-seamonkey-util.pl Adding check for Time::HiRes for gettimeofday(), this perl package can give us 1ms resolution instead of default of 1s resolution. tbox instances will need to symlink in gettime.pl. 2001-09-25 01:36:11 +00:00
build-seamonkey-win32.pl initial checkin. finally. a=mcafee 2000-03-09 22:43:21 +00:00
build-seamonkey.pl Pass mozilla_dir to post-mozilla build. properly pull and build galeon source. 2001-08-14 06:36:41 +00:00
gettime.pl Time::HiRes wrapper, code=jrgm@netscape.com 2001-09-25 00:49:38 +00:00
post-mozilla-sample.pl Pass mozilla_dir to post-mozilla build. properly pull and build galeon source. 2001-08-14 06:36:41 +00:00
README Remove moz-smoke reference 2001-05-14 12:40:28 +00:00
tinder-defaults.pl minor comment nit 2001-08-23 07:09:09 +00:00
tinderbox help messages for post-mozilla.pl 2001-07-16 23:13:52 +00:00

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:
      perl build-seamonkey.pl [--clobber | --depend] -t TreeName

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

* build-grendel.pl
    Old?  Not used?

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

* 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.