Closed
Bug 606197
Opened 15 years ago
Closed 15 years ago
Ensure Quarantine of apps is disabled on Mac 64 bit builders.
Categories
(Mozilla Messaging Graveyard :: Release Engineering, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Unassigned)
Details
Per bug 561350 we need to disable quarantining of apps on the 64 bit builders, the following command does this:
defaults write com.apple.LaunchServices LSQuarantine -bool NO
I've run this as cltbld today on mini-64, we may need it elsewhere as well.
Comment 1•15 years ago
|
||
Mac minis 32 and 64-bit are done.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> Mac minis 32 and 64-bit are done.
I only said 64 bit builders... the 32 bit side has been causing test failures on the 3.1 and 3.0 branches. Yes, I don't quite understand why that would be, but I'm now running:
defaults delete com.apple.LaunchServices LSQuarantine
on the 32 bit builders, so we can get the branches green again.
Reopening so we can a) fix mini-01 and mini-02 (I don't know how to access those) and b) update documentation or clones if necessary.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 3•15 years ago
|
||
Fixed mini-01 and mini-02
Documentation is : https://wiki.mozilla.org/ReferencePlatforms/Mac-10.6#TB:_Disable_quarantining_of_apps
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•