mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
14bc10c2a2
Clean up README
27 lines
830 B
Plaintext
27 lines
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
|