Closed Bug 566627 Opened 14 years ago Closed 14 years ago

update Compatibility Dashboard for Tb 3.1

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: rebron, Assigned: aravind)

References

()

Details

(Whiteboard: [tb31needed])

Need to update/rerun for Tb 3.1.
Whiteboard: [tb31needs]
Wil, this should just be adding the 3.1 version to the config arrays and changing the Thunderbird default.
(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?
Yes, but you'll need to tell IT what to do.
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: server-ops → aravind
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: 14 years ago
Resolution: --- → FIXED
Excellent, seems to be working within expected parameters.

Thanks.
Status: RESOLVED → VERIFIED
Whiteboard: [tb31needs] → [tb31needed]
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.