gecko-dev/tools/tinderbox/INSTALL

27 строки
830 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