canmove, Confirmed users
6,439
edits
(New page: == Setting up environment == Configuration files for tinderbox are kept in CVS, in the mozilla repository (mozilla/tools/tinderbox-configs). Tinderboxes use the "bash" shell. This is the...) |
(→Setting up files: use build-seamonkey.pl for all products) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
Configuration files for tinderbox are kept in CVS, in the mozilla repository (mozilla/tools/tinderbox-configs). | Configuration files for tinderbox are kept in CVS, in the mozilla repository (mozilla/tools/tinderbox-configs). | ||
Tinderboxes use the "bash" shell. This is the default on RH/Fedora Linux, Mac OS X, and Cygwin/MSYS (Windows) | Tinderboxes use the "bash" shell. This is the default on RH/Fedora Linux, Mac OS X, and Cygwin/MSYS (Windows). | ||
== Setting up files == | == Setting up files == | ||
Line 18: | Line 18: | ||
** change to that directory | ** change to that directory | ||
** ../mozilla/tools/tinderbox/install-links | ** ../mozilla/tools/tinderbox/install-links | ||
** rm -i tinderbox | ** rm -i tinderbox | ||
** ln -s ../mozilla/tools/performance/startup/startup-test.html | ** ln -s ../mozilla/tools/performance/startup/startup-test.html | ||
** ./build-seamonkey | ** ./build-seamonkey.pl --example-config > tinder-config.pl | ||
** rm post-mozilla.pl | ** rm post-mozilla.pl | ||
** | ** ln -s post-mozilla-rel.pl post-mozilla.pl | ||
** edit the configuration (see below) | ** edit the configuration (see below) | ||
* ./multi-tinderbox.pl --example-config > multi-config.pl | * ./multi-tinderbox.pl --example-config > multi-config.pl |