Closed
Bug 566627
Opened 15 years ago
Closed 15 years ago
update Compatibility Dashboard for Tb 3.1
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rebron, Assigned: aravind)
References
()
Details
(Whiteboard: [tb31needed])
Need to update/rerun for Tb 3.1.
| Reporter | ||
Updated•15 years ago
|
Updated•15 years ago
|
Whiteboard: [tb31needs]
Comment 1•15 years ago
|
||
Wil, this should just be adding the 3.1 version to the config arrays and changing the Thunderbird default.
Comment 2•15 years ago
|
||
(In reply to comment #1)
> Wil, this should just be adding the 3.1 version to the config arrays and
> changing the Thunderbird default.
Those look like they are in the config.php - doesn't that make this an IT bug then?
Comment 3•15 years ago
|
||
Yes, but you'll need to tell IT what to do.
Comment 4•15 years ago
|
||
IT:
1) Change the thunderbird var in $compat_default_version to 3.1
2) Add 3.1 to the thunderbird var in $compatibility_versions
in remora's config/config.php
Assignee: nobody → server-ops
Component: Compatibility Tools → Server Operations: Web Content Push
Product: addons.mozilla.org → mozilla.org
QA Contact: compatibility → mrz
Version: unspecified → other
| Assignee | ||
Updated•15 years ago
|
Assignee: server-ops → aravind
| Assignee | ||
Comment 5•15 years ago
|
||
Done, should sync out in like 10 minutes.
$compat_default_version = array(
'firefox' => '3.6',
'thunderbird' => '3.1'
);
$compatibility_versions = array(
'firefox' => array('3.0', '3.5', '3.6'),
'thunderbird' => array('3.0', '3.1')
);
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 6•15 years ago
|
||
Excellent, seems to be working within expected parameters.
Thanks.
Status: RESOLVED → VERIFIED
Whiteboard: [tb31needs] → [tb31needed]
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•