Releases/Firefox 3.1a2:BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 93: Line 93:


=== Sign ===
=== Sign ===
Signed windows builds with instructions here: https://intranet.mozilla.org/Build:Signing
Had to tag:
browser/installer/windows/app.tag
other-licenses/7zstub/firefox/7zSD.sfx
with FIREFOX_3_1a2_BUILD1 in CVS, because the signing tools do not support pulling stub files from HG ('''FIXME''')


=== Stage ===
=== Stage ===

Revision as of 18:20, 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] 20080829082037 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

  • Created a tar.bz2 and hg bundle. Basically, did this:
hg clone http://hg.mozilla.org/mozilla-central
cd mozilla-central
hg up -r FIREFOX_3_1a2_BUILD1
hg bundle --base 0 -r FIREFOX_3_1a2_BUILD1 ../firefox-3.1a2-source.bundle
rm -rf .hg*
tar -cjf ../firefox-3.1a2-source.tar.bz2 .
  • Pushed to stage.m.o:/home/ftp/pub/firefox/nightly/3.1a2-candidates/build1/

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

Signed windows builds with instructions here: https://intranet.mozilla.org/Build:Signing Had to tag: browser/installer/windows/app.tag other-licenses/7zstub/firefox/7zSD.sfx

with FIREFOX_3_1a2_BUILD1 in CVS, because the signing tools do not support pulling stub files from HG (FIXME)

Stage

Sign installers

Loose ends