Closed
Bug 337910
Opened 19 years ago
Closed 19 years ago
Add mapping for '2.0a3' => '2.0'
Categories
(AUS Graveyard :: Administration, task)
Tracking
(Not tracked)
RESOLVED
FIXED
4.x (triaged)
People
(Reporter: nthomas, Assigned: morgamic)
References
()
Details
Per the URL field Firefox is going to ship a 2.0a3 release. AUS needs to know how to map this version to keep nightly updates working.
| Assignee | ||
Comment 1•19 years ago
|
||
Updated versions array:
$branchVersions = array(
'1.0+' => '1.5',
'1.4' => '1.5',
'1.4.1'=> '1.5',
'1.5' => '1.5',
'1.5.0.1' => '1.5.0.1',
'1.5.0.2' => '1.5.0.2',
'1.5.0.3' => '1.5.0.3',
'1.5.0.4' => '1.5.0.4',
'1.6a1'=> 'trunk',
'2.0'=>'2.0',
'2.0a1'=>'2.0',
'2.0a2'=>'2.0',
'2.0b1'=>'2.0',
'2.0b2'=>'2.0',
'2.0a3'=>'2.0',
'3.0a1'=>'trunk'
);
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
QA Contact: nobody → administration
You need to log in
before you can comment on or make changes to this bug.
Description
•