Closed
Bug 656104
Opened 15 years ago
Closed 15 years ago
Re-enable nightly builds for comm-central
Categories
(Mozilla Messaging Graveyard :: Release Engineering, defect)
Mozilla Messaging Graveyard
Release Engineering
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Unassigned)
Details
There's several things I want done here:
1) Enable the nightly builders (and l10n) for comm-central again.
2) Adjust time of the comm-miramar builds to be midnight PST (same as the 1.9.2 builds).
3) Adjust time of the comm-central builds to be 03:00 PST (which is what I believe the comm-miramar builds are now).
4) Set up AUS for the nightly channel - note this should be in the same format as FF is now using, whereby the channel is version agnostic. So I think we want to add something like:
'*' => array(
'nightly' => 'mozilla-central',
)
Into
$productBranchVersions = array(
'Thunderbird' => array(
...
),
(with the current Thunderbird versions unaffected of course).
See http://mxr.mozilla.org/mozilla/source/webtools/aus/xml/inc/config-dist.php for their example.
| Reporter | ||
Comment 1•15 years ago
|
||
Also be aware of this comment:
// The ordering is !important!, given the wildcard block at the bottom.
Comment 2•15 years ago
|
||
(In reply to comment #0)
> There's several things I want done here:
>
> 1) Enable the nightly builders (and l10n) for comm-central again.
changeset: 4080:b178ae1f607c
tag: tip
user: Philippe M. Chiasson <gozer@mozillamessaging.com>
date: Tue May 10 16:14:41 2011 -0400
summary: Bug 656104 - re-enable nightly for comm-central
> 2) Adjust time of the comm-miramar builds to be midnight PST (same as the
> 1.9.2 builds).
changeset: 4081:a46268acd378
tag: tip
user: Philippe M. Chiasson <gozer@mozillamessaging.com>
date: Tue May 10 16:15:48 2011 -0400
summary: Bug 656104 - re-enable nightly for comm-central
> 3) Adjust time of the comm-central builds to be 03:00 PST (which is what I
> believe the comm-miramar builds are now).
That's default behaviour.
Comment 3•15 years ago
|
||
(In reply to comment #0)
> There's several things I want done here:
> [...]
> 4) Set up AUS for the nightly channel - note this should be in the same
> format as FF is now using, whereby the channel is version agnostic. So I
> think we want to add something like:
>
> '*' => array(
> 'nightly' => 'mozilla-central',
> )
>
> Into
> $productBranchVersions = array(
> 'Thunderbird' => array(
> ...
> ),
>
> (with the current Thunderbird versions unaffected of course).
Sending trunk/config.php
Transmitting file data .
Committed revision 88582.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•