Releases/Firefox 3.7a1/BuildNotes: Difference between revisions

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


==== Final checks before push ====
==== Final checks before push ====
Each of the find calls should return no output.
cd /pub/mozilla.org/firefox/nightly/3.6a1-candidates/build1/
find . ! -user ffxbld
find . ! -group firefox
find . -type f ! -perm 644
find . -type d -mindepth 1 ! -perm 755 ! -name 'contrib*'
find . -type d -maxdepth 1 ! -perm 2775  -name 'contrib*'
No Solaris builds at this point, so no output from any of these commands.


==== Push to mirrors ====
==== Push to mirrors ====


==== Release ====
==== Release ====

Revision as of 18:08, 8 February 2010

Build Engineers

bhearsum

Signed-off Revision(s)

Build1: http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=db1f6446efda

Tags

On mozilla-central:

Build # Tag Changeset
1 GECKO193a1_20100208_RELBRANCH db1f6446efda
FIREFOX_3_7a1_BUILD1, FIREFOX_3_7a1_RELEASE 43e818c28059

Build data

Type Build ID Build machine
[Windows installer/zip]
[Mac compressed]
[Linux compressed]

Notes

Build 1

  • Used clobberer to clean up previous releases dirs'
  • no l10n in this alpha
  • Land version bump, reconfig production-master, sendchange:
buildbot sendchange --username=bhearsum --master=localhost:9010 --branch=mozilla-central -m "Firefox 3.7a1build1 gogogo" go

Tag

No problems

Source

Had to manually rename to 'mozilladeveloperpreview-3.7a1.{source.tar.bz2,.bundle}' because source packages don't obey in-repo branding. Would be fixed with bug 510770:

# ffxbld@stage
cd /home/ftp/pub/firefox/nightly/3.7a1-candidates/source
rename firefox mozilladeveloperpreview *

Build/Repack

  • Linux: no problems
  • Mac: no problems
  • Win32: First build crashed bug 543034

Sign

instructions

Update Bouncer

Final checks before push

Push to mirrors

Release