Closed
Bug 442243
Opened 17 years ago
Closed 17 years ago
tracking bug for build and release of Thunderbird 2.0.0.15
Categories
(Release Engineering :: General, defect, P1)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Assigned: bhearsum)
Details
Attachments
(2 files, 3 obsolete files)
3.28 KB,
patch
|
nthomas
:
review+
|
Details | Diff | Splinter Review |
14.04 KB,
patch
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•17 years ago
|
Priority: -- → P1
Assignee | ||
Comment 1•17 years ago
|
||
The usual version bumps here as well as:
* fix l10n_buildPlatform
* bump to UPDATE_PACKAGING_R4
Although we don't use production-1.8-master as a stagingServer for Firefox builds anymore I think it's best to do so for this release, so we don't have to futz with setting a new one up on staging-crazyhorse while under the gun. We should make this switch before the next release though.
Attachment #327103 -
Flags: review?(nthomas)
Assignee | ||
Comment 2•17 years ago
|
||
copied from 1.8 fx master.cfg with the following changes:
* add tb slaves ({staging,production}-{patrocles,crazyhorse})
* switch Build&Repack to staging-{patrocles,crazyhorse}, and bm-xserve03
* s/fx-moz18-bootstrap.cfg/tb-moz18-bootstrap.cfg/g
Attachment #327104 -
Flags: review?(nthomas)
Assignee | ||
Comment 3•17 years ago
|
||
Attachment #327107 -
Flags: review?(nthomas)
Assignee | ||
Comment 4•17 years ago
|
||
Attachment #327103 -
Attachment is obsolete: true
Attachment #327112 -
Flags: review?(nthomas)
Attachment #327103 -
Flags: review?(nthomas)
Comment 5•17 years ago
|
||
Comment on attachment 327104 [details] [diff] [review]
tb-master.cfg for 1.8 production
>Index: tb-master.cfg
>===================================================================
..
>+c['builders'].append(
>+ {
>+ 'name': 'macosx_build',
>+ 'category': 'release',
>+ 'slavename': 'bm-xserve03',
>+ 'builddir': 'macosx_build',
>+ 'locks': [macosx_lock],
>+ 'factory': buildFactory,
Please redo bug 440351 comment #5 between bm-xserve02 and bm-xserve05 to verify they're identical. You should also find that Xcode is v2.2.1, gcc v4.0.1 (buidl 5250), and Darwin 8.7.0. If that's true, then I think we should change this to bm-xserve05. You'll also need to setup the tinderbox directories there.
>+c['status'].append(
>+ html.WebStatus(http_port=8810)
>+)
Please add allowForce here too.
r+ with those changes.
Attachment #327104 -
Flags: review?(nthomas) → review+
Comment 6•17 years ago
|
||
Comment on attachment 327107 [details] [diff] [review]
revert client.mk and milestone.txt version bumps
Good thought, but I don't think we need either of these on a relbranch for Thunderbird anymore (so r-).
>Index: client.mk
From bug 428063 -
http://mxr.mozilla.org/seamonkey/source/tools/release/Bootstrap/Step/Tag/Bump.pm#93
>Index: config/milestone.txt
From bug 441294 -
http://mxr.mozilla.org/seamonkey/source/tools/release/Bootstrap/Step/Tag/Bump.pm#62
but be sure to tag a new version of the automation and use it in the tb-master.cfg. I missed that on the review.
Should I prove to be horribly wrong then the changes look fine and you can consider them r+'d.
Attachment #327107 -
Flags: review?(nthomas) → review-
Assignee | ||
Comment 7•17 years ago
|
||
(In reply to comment #5)
> (From update of attachment 327104 [details] [diff] [review])
> >Index: tb-master.cfg
> >===================================================================
> ..
> >+c['builders'].append(
> >+ {
> >+ 'name': 'macosx_build',
> >+ 'category': 'release',
> >+ 'slavename': 'bm-xserve03',
> >+ 'builddir': 'macosx_build',
> >+ 'locks': [macosx_lock],
> >+ 'factory': buildFactory,
>
> Please redo bug 440351 comment #5 between bm-xserve02 and bm-xserve05 to verify
> they're identical. You should also find that Xcode is v2.2.1, gcc v4.0.1 (buidl
> 5250), and Darwin 8.7.0. If that's true, then I think we should change this to
> bm-xserve05. You'll also need to setup the tinderbox directories there.
>
No significant differences in the environment. 7zip is on 05, but not 02. GCC version, Xcode is 2.2.1, Darwin version is 8.7.0.
I'll switch the master.cfg to bm-xserve05
> >+c['status'].append(
> >+ html.WebStatus(http_port=8810)
> >+)
>
> Please add allowForce here too.
>
> r+ with those changes.
>
K.
Comment 8•17 years ago
|
||
Comment on attachment 327112 [details] [diff] [review]
[checked in] again, using stage-old as stagingServer
Looks good.
Attachment #327112 -
Flags: review?(nthomas) → review+
Assignee | ||
Comment 9•17 years ago
|
||
Attachment #327104 -
Attachment is obsolete: true
Assignee | ||
Comment 10•17 years ago
|
||
Comment on attachment 327112 [details] [diff] [review]
[checked in] again, using stage-old as stagingServer
Checking in configs/tb-moz18-bootstrap.cfg;
/cvsroot/mozilla/tools/release/configs/tb-moz18-bootstrap.cfg,v <-- tb-moz18-bootstrap.cfg
new revision: 1.23; previous revision: 1.22
done
Attachment #327112 -
Attachment description: again, using stage-old as stagingServer → [checked in] again, using stage-old as stagingServer
Assignee | ||
Updated•17 years ago
|
Attachment #327107 -
Attachment is obsolete: true
Assignee | ||
Comment 11•17 years ago
|
||
Tinderbox is setup on bm-xserve05 in /builds/tinderbox/Tb-Mozilla1.8-Release and Tb-Mozilla1.8-l10n-Release.
Assignee | ||
Comment 12•17 years ago
|
||
Abandoned in favour of a 2.0.0.16.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•