Confirmed users
4,293
edits
No edit summary |
(→Build) |
||
| Line 119: | Line 119: | ||
===Build=== | ===Build=== | ||
On each tinderbox, cd to <tt>/builds/release</tt> (prefix with <tt>/cygdrive/c/</tt> on Windows) and | |||
./release -o TinderConfig 2>&1 | tee logs/release-TinderConfig.log | |||
./release -o Build 2>&1 | tee logs/release-Build.log | |||
Needed to comment out lines 43-49 of [http://mxr.mozilla.org/seamonkey/source/tools/release/Bootstrap/Step/Build.pm#43 Build.pm] on Windows t'box, since Cygwin complains "Permissied denied" trying to execute those lines. The disks are already mounted in binmode. | |||
===Repack=== | |||
After win32 l10n, had to set cerberus-vm back to text mode | After win32 l10n, had to set cerberus-vm back to text mode | ||