Closed Bug 790065 Opened 12 years ago Closed 12 years ago

Please shut down updates on Linux and Mac from all versions of Firefox older than 15 to 15.0.1

Categories

(Release Engineering :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ehsan.akhgari, Unassigned)

References

Details

Because of bug 789958
going to run:

chmod 700 {10..14}.*/{Darwin,Linux}*/*/*/release
bah, that didn't work: argument list too long.

this did:

time for d in {10..14}.*/{Darwin,Linux}*/*/*/release; do sudo -u ffxbld chmod 700 $d; done

real    0m26.973s
user    0m5.743s
sys     0m7.539s
Verified blocks by chucking a bunch of requests at aus3.m.o
 * 15.0 unaffected
 * windows unafffected
 * older than 10.0 still offered 12.0
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Bug 790450 to re-enable them.
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.