blah%blah.com a76779c7ab Added a period, testing precommit script
git-svn-id: svn://10.0.0.236/trunk@221568 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-08 19:38:15 +00:00

27 lines
836 B
Plaintext

To install a fresh tinderbox:
1) Checkout the latest copy of the tinderbox scripts.
cd /builds/cvs; cvs -z3 co mozilla/tools/tinderbox
2) Change to the location that you wish to run the tinderbox from.
cd /builds/tinderbox
3) Create links from the cvs directory to your build directory.
ln -s /builds/cvs/mozilla/tools/tinderbox/*.pl .
4) Create your tinderbox config file.
perl ./build-seamonkey.pl --example-config > tinder-config.pl
5) Create your mozconfig build file in the current dir.
mozilla -remote http://webtools.mozilla.org/build/config.cgi
6) Customize your tinderbox configuration.
vi tinder-config.pl
7) Test your tinderbox configuration on the test tree.
perl ./build-seamonkey.pl --depend -t MozillaTest
8) Once you are satisfied with the results run your tinderbox
perl ./build-seamonkey.pl --depend