Closed
Bug 701148
Opened 13 years ago
Closed 13 years ago
Turn off Firefox 8 updates for Mac users while we investigate bug 700835
Categories
(Release Engineering :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: christian, Assigned: nthomas)
References
Details
Turn off Firefox 8 updates for Mac users while we investigate bug 700835. I'd like this done ASAP.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → nrthomas
Priority: -- → P1
Assignee | ||
Comment 1•13 years ago
|
||
Disabling all mac updates on the release channel for 4.0+ -> 8.0:
cd /opt/aus2/incoming/3/Firefox/
find {7.0.1,7.0,6.0.2,6.0.1,6.0,5.0,4.0.1,4.0}/Darwin* -mindepth 3 -maxdepth 3 -name release -type d -exec chmod -v 700 {} \; | tee /tmp/chmod.log
Do you want to do 3.6.24 -> 8.0 too ?
Let's keep manual updates on, disable idle timer updates.
Assignee | ||
Comment 3•13 years ago
|
||
(In reply to Nick Thomas [:nthomas] from comment #1)
I did this in PHX too, just for consistencies sake.
To reverse this we'd chmod 775 instead.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
We ended up shutting off all updates in bug 701456. I left the Mac dirs chmod'ed in case we want to turn back on other platforms first.
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
•