Closed
Bug 799991
Opened 13 years ago
Closed 13 years ago
Please pull FF16.0 off the wire completely
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: akeybl, Assigned: bhearsum)
Details
Please pull FF16.0 off the wire completely
Assignee | ||
Comment 1•13 years ago
|
||
chmod'ed 10.0 and up to 700 right now. Note that this also disables updates for beta. Working on a more selective shut-off.
Assignee | ||
Comment 2•13 years ago
|
||
More selective block done with:
find 10.0 10.0.1 10.0.2 11.0 12.0 13.0 13.0.1 13.0.2 14.0 14.0.1 15.0 15.0.1 -type d -name release -exec chmod 700 {} \;
And then this to re-enable updates for beta:
chmod 755 10* 11* 12* 13* 14* 15*
To re-enable release later, the following can be used:
find 10.0 10.0.1 10.0.2 11.0 12.0 13.0 13.0.1 13.0.2 14.0 14.0.1 15.0 15.0.1 -type d -name release -exec chmod 775 {} \;
Assignee: nobody → bhearsum
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 3•13 years ago
|
||
Just checked with mobile device - the 16.0 apk is still being served since it is not possible to deactivate the apk without replacing it of unpublishing our product. So until we have the 16.0.1 apk to upload, we are still allowing new installations of 16.0 on mobile.
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•