Closed
Bug 476013
Opened 17 years ago
Closed 16 years ago
Split Thunderbird nightly updates between comm-central/comm-1.9.1
Categories
(AUS Graveyard :: Administration, task)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: gozer, Assigned: gozer)
References
Details
Attachments
(1 file, 1 obsolete file)
613 bytes,
patch
|
Details | Diff | Splinter Review |
I've split this bug from bug 475948.
Now that Thunderbird has 2 development branches (trunk vs 1.9.1), we need to split nightly the nightly updates in 2.
This requires a change to config.php to be made and deployed, ideally before tonight's nightly run.
Attachment #359579 -
Flags: review?(morgamic)
Updated•17 years ago
|
Assignee: morgamic → gozer
OS: Linux → All
Hardware: x86 → All
Version: 3.0 → 2.0
Comment 1•17 years ago
|
||
Comment on attachment 359579 [details] [diff] [review]
AUS config.php patch for comm-central/comm-1.9.1 split
>- '3.0*' => 'trunk'
>+ '3.0*' => 'comm-1.9.1'
Missing a comma, which means this array is invalid and will throw an error if actually used.
>+ '3.1*' => 'comm-central'
Attachment #359579 -
Flags: review?(morgamic) → review-
Assignee | ||
Comment 2•17 years ago
|
||
Fixed typo
Attachment #359579 -
Attachment is obsolete: true
Attachment #359761 -
Flags: review?(morgamic)
Assignee | ||
Comment 3•16 years ago
|
||
Since we will be running our own MoMo AUS Server for turnk builds, this isn't necessary anymore.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Comment 4•16 years ago
|
||
Comment on attachment 359761 [details] [diff] [review]
AUS config.php patch for comm-central/comm-1.9.1 split v2
Cancelling presumably obsolete review request
Attachment #359761 -
Flags: review?(morgamic)
You need to log in
before you can comment on or make changes to this bug.
Description
•