Releases/Firefox 3.1a2:BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 39: Line 39:
|-
|-
| [Mac compressed]
| [Mac compressed]
|  
| 20080829065003
|
|
|  
|  

Revision as of 15:32, 29 August 2008

Build Engineers

bhearsum

Signed-off Revision

http://hg.mozilla.org/mozilla-central/rev/73967cc9e4ee

Bugs

Filed version bump bug in 452778

Tags

Module Tag Changeset
mozilla-central FIREFOX_3_1a2_BUILD1

FIREFOX_3_1a2_RELEASE

f197b51bbc29

Build data

Type Build ID SHA1 Push date Build machine
[Windows installer/zip] moz2-win32-slave06
[Mac compressed] 20080829065003 bm-xserve19
[Linux compressed] 20080829071937 moz2-linux-slave03

Build 1

  • Done completely manually (no tinderbox, bootstrap, or buildbot).

Tagging

Source

Build

Forgot to log what I did. Basically, did this:

hg clone http://hg.mozilla.org/mozilla-central
cd mozilla-central
hg up -r FIREFOX_3_1a2_BUILD1
hg clone http://hg.mozilla.org/build/buildbot-configs configs
cp configs/mozilla2/win32-release/mozconfig .mozconfig
cat .mozconfig
export MOZ_OBJDIR=fx-objdir
make -f client.mk build # 'make -f client.mk profiledbuild' on windows
cd fx-objdir
export SYMBOL_SERVER_HOST=dm-symbolpush01.mozilla.org
export SYMBOL_SERVER_PATH=/mnt/netapp/breakpad/symbols_ffx/
export SYMBOL_SERVER_USER=ffxbld
export SYMBOL_SERVER_SSH_KEY=$properPathForHost
make buildsymbols
make uploadsymbols
make package # 'make installer' on windows
  • Pushed to dated directories (XXXXXX), and 3.1a2-candidates

Sign

Stage

Sign installers

Loose ends