Closed Bug 434614 Opened 16 years ago Closed 16 years ago

Please bump up the "Product" Versions in Reporter to Firefox 3 (RC)

Categories

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

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: cbook, Assigned: aravind)

References

()

Details

Currently the "Product" Choice ends with Firefox 3 Beta 3, it would be great to be able to select also the RC1 as Product.

So QA would be able to check the reports for broken Websites for any broken top websites etc... thx :)
Values that need to be added:
Firefox/3.0b4', 'Firefox 3.0 Beta 4'
Firefox/3.0b5', 'Firefox 3.0 Beta 5'
Firefox/3.0pre', 'Firefox 3.0pre'
Firefox/3.0', 'Firefox 3.0'

Over to IT for configuration file editing.
Assignee: robert → server-ops
Component: Reporter → Server Operations: Web Content Push
Product: Webtools → mozilla.org
QA Contact: reporter → justin
Summary: Please bump up the "Product" Versions to Firefox 3 (RC) → Please bump up the "Product" Versions in Reporter to Firefox 3 (RC)
Version: Trunk → other
Please add Firefox/2.0.0.14 as well.
In the past, we do a bunch of the known maintenance releases.

could easily pre-populate Firefox/3.0.0.1 - 3.0.0.10... to just avoid needed to bother an admin each time.
I have this sneaky hunch Reed knows exactly which file needs to be edited and exactly where.  Can't quickly figure it out.
Assignee: server-ops → reed
It's actually in the DB.  You'll want to look at the product table.

Also want to adjust $config['current_product_family'] in the config.inc.php file.

There's also a previous bug or two about bumping the versions.
Assignee: reed → aravind
$config['current_product_family']  is set to  'Firefox/2.0'

Should that be bumped up to 'Firefox/3.0'?  Or should it be an array including both 2.0 and 3.0?
(In reply to comment #7)
> $config['current_product_family']  is set to  'Firefox/2.0'
> 
> Should that be bumped up to 'Firefox/3.0'?  Or should it be an array including
> both 2.0 and 3.0?

The former (bumped to Firefox/3.0).
Done.  Should sync out in about 20 minutes.

mysql> insert into product values (50,'Firefox/3.0b4','Firefox/3.0','Firefox/3.0b4');
Query OK, 1 row affected (0.00 sec)

mysql> insert into product values (51,'Firefox/3.0b5','Firefox/3.0','Firefox/3.0b5');
Query OK, 1 row affected (0.00 sec)

mysql> insert into product values (52,'Firefox/3.0pre','Firefox/3.0','Firefox/3.0pre');
Query OK, 1 row affected (0.00 sec)

mysql> insert into product values (53,'Firefox/3.0','Firefox/3.0','Firefox/3.0');
Query OK, 1 row affected (0.00 sec)

mysql> insert into product values (54,'Firefox/2.0.0.14','Firefox/2.0','Firefox/2.0.0.14');
Query OK, 1 row affected (0.00 sec)
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
verified, thanks guys !
Status: RESOLVED → VERIFIED
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.