Releases/Thunderbird 3.0a3:BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 60: Line 60:
| comm-central
| comm-central
| THUNDERBIRD_3_0a3_BUILD3<br>THUNDERBIRD_3_0a3_RELEASE
| THUNDERBIRD_3_0a3_BUILD3<br>THUNDERBIRD_3_0a3_RELEASE
| xxx
| 504bc8871087
|-
|-
| mozilla-central
| mozilla-central
| THUNDERBIRD_3_0a3_BUILD3<br>THUNDERBIRD_3_0a3_RELEASE
| THUNDERBIRD_3_0a3_BUILD3<br>THUNDERBIRD_3_0a3_RELEASE
| xxx
| 73738a5e3731
|-
|-
| dom-inspector
| dom-inspector
Line 74: Line 74:
| -D '2008-10-02 23:59 PDT'
| -D '2008-10-02 23:59 PDT'
|}
|}
== Tagging ==
Done locally on my laptop with these [http://hg.mozilla.org/users/gozer_mozillamessaging.com/misc/release/ tagging scripts]
Generated the following changesets:
* comm-central
** [http://hg.mozilla.org/users/gozer_mozillamessaging.com/comm-central-tb-3-0a3/rev/491 60cde060846f]
* mozilla-central
** [http://hg.mozilla.org/users/gozer_mozillamessaging.com/mozilla-central-tb-3-0a3/rev/20083 8fa04ac60075]
* dom-inspector
** [http://hg.mozilla.org/dom-inspector/rev/676 b010bb857298]
* buildbot-config
** [http://hg.mozilla.org/build/buildbot-configs/rev/395 c7e095766e07]
** [http://hg.mozilla.org/build/buildbot-configs/rev/396 bde2138c3e2e]
** [http://hg.mozilla.org/build/buildbot-configs/rev/397 07931f91dca7]
** [http://hg.mozilla.org/build/buildbot-configs/rev/398 ae319becae1f]

Revision as of 15:54, 6 October 2008

Previous Builds

Build1 - The first dry-run
Build2 - The first build, missing 1 patch

Notes

This is Build3, the second run at Thunderbird 3.0 Alpha3

Build Engineer

Philippe M. Chiasson <gozer@mozillamessaging.com>

Bugs

Tracking bug filed as bug 457709

Revisions

comm-central: 504bc8871087 r=Standard8
mozilla-central: 73738a5e3731 r=Standard8
dom-inspector: a69148785a33
buildbot-configs: 87374e3f8d8e r=gozer
cvs trunk as of 2008-10-02 23:59 PDT r=Standard8

Clones

Decided it would be simpler and safer to clone mozilla-central and comm-central for the purpose of rolling the builds, and leaving us with somewhere to apply fixes if we need to respin. Here is what I did

$> ssh hg.mozilla.org clone mozilla-central-tb-3-0a3
[... picked mozilla-central to clone from ...]
Proceed? 1
Please do not interrupt this operation.
Cloning /mozilla-central to /users/gozer_mozillamessaging.com/mozilla-central-tb-3-0a3
Clone complete.
Clone complete.
Fixing permissions
$> ssh hg.mozilla.org clone comm-central-tb-3-0a3
Proceed? 1
Please do not interrupt this operation.
Cloning /comm-central to /users/gozer_mozillamessaging.com/comm-central-tb-3-0a3
Clone complete.
Clone complete.
Fixing permissions

The new clones can be reached here:

Cloning Full Log

Tags

Module Tag Changeset
comm-central THUNDERBIRD_3_0a3_BUILD3
THUNDERBIRD_3_0a3_RELEASE
504bc8871087
mozilla-central THUNDERBIRD_3_0a3_BUILD3
THUNDERBIRD_3_0a3_RELEASE
73738a5e3731
dom-inspector THUNDERBIRD_3_0a3_BUILD3
THUNDERBIRD_3_0a3_RELEASE
a69148785a33
cvs.mozilla.org: extensions/typeaheadfind, extensions/wallet THUNDERBIRD_3_0b1_BUILD3
THUNDERBIRD_3_0a3_RELEASE
-D '2008-10-02 23:59 PDT'

Tagging

Done locally on my laptop with these tagging scripts


Generated the following changesets: