|
|
Line 219: |
Line 219: |
| ====Release==== | | ====Release==== |
|
| |
|
| ====Free Software Builds====
| |
| * Bump the BuildTag definition in the three tinder-config.pl, [http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=MOZILLA_1_8_BRANCH_release_free_software&branchtype=regexp&dir=mozilla%2Ftools%2Ftinderbox-configs%2F&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=day&mindate=2008-02-07+08%3A00&maxdate=2008-02-07+08%3A45&cvsroot=%2Fcvsroot like this]
| |
|
| |
|
| * Done on production machines:
| |
| ** production-pacifica-vm (win32)
| |
| ** bm-xserve05 (macosx)
| |
| ** production-prometheus-vm (linux)
| |
|
| |
| * Start builds:
| |
| cd /builds/tinderbox/Fx-Mozilla1.8-FS
| |
| ./build-seamonkey.pl --once --depend --config-cvsup-dir `pwd`/tinderbox-configs/ 2>&1 | tee FIREFOX_2_0_0_15_FS.log
| |
|
| |
| * Stage:
| |
| # as cltbld@stage
| |
| mkdir -p ~/firefox-2.0.0.15-fs/batch1/prestage
| |
| cd ~/firefox-2.0.0.15-fs/batch1
| |
| # rsync from push dirs
| |
| rsync -av /home/ftp/pub/firefox/nightly/2008-06-13-11-mozilla1.8-fs/ ./prestage/
| |
| rsync -av /home/ftp/pub/firefox/nightly/2008-06-13-12-mozilla1.8-fs/ ./prestage/
| |
| rsync -av /home/ftp/pub/firefox/nightly/2008-06-16-05-mozilla1.8-fs/ ./prestage/
| |
| rsync -av prestage/ prestage-trimmed/
| |
| rm -v prestage-trimmed/*.zip
| |
| rsync -av prestage-trimmed/ stage/
| |
| cd stage
| |
| ~/bin/groom-files --long="2.0.0.14.fs" .
| |
| chown -R cltbld:firefox * .
| |
| find . -type f -exec chmod -v 644 {} \;
| |
| find . -type d -exec chmod -v 755 {} \;
| |
| cd ../
| |
|
| |
|
| ===Build 3=== | | ===Build 3=== |