gecko-dev/tools/tinderbox
mcafee%netscape.com bd43b589df Alloc label doesn't have a B, it is just a count not bytes. r=dbaron 2002-02-05 18:52:49 +00:00
..
examples Add BloatTest2 option for trace-malloc leak/bloat stats test, and fix up a few more things with that test. b=84831 r=mcafee 2001-11-19 23:29:48 +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 Add INSTALL file which outlines the basic steps to setting up a tinderbox 2002-02-03 06:31:44 +00:00
bloatdiff.pl comment out TinderboxPrint:, doing this in util script now. -mcafee 2001-12-20 05:04:48 +00:00
build-galeon.pl cvsroot comments, update 2001-10-18 23:36:57 +00:00
build-seamonkey-util.pl Alloc label doesn't have a B, it is just a count not bytes. r=dbaron 2002-02-05 18:52:49 +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
install-links add ../ to ln command. -mcafee 2001-12-08 01:29:51 +00:00
post-mozilla-sample.pl minor comment 2001-11-26 05:48:06 +00:00
tinder-defaults.pl parameterizing pageload server 2002-01-26 02:46:51 +00:00
tinderbox help messages for post-mozilla.pl 2001-07-16 23:13:52 +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:
      perl build-seamonkey.pl [--clobber | --depend] -t TreeName

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

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

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

* gettime.pl
    Wrapper around Time::HiRes

* install-links
    csh script to create symlinks from cvs dir to tinderbox root dir

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

* tinder-defaults.pl
    Default script variables.

* tinderbox
    Wrapper script to start unix builds.