Closed
Bug 1038121
Opened 11 years ago
Closed 9 years ago
Disable update checks for Java and Flashplugin
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/690] )
Attachments
(2 files)
2.33 KB,
patch
|
markco
:
review+
markco
:
checked-in+
|
Details | Diff | Splinter Review |
1.65 KB,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
Something what I missed to do on the Java package bug 1008880, is to add the disable command for automatic update checks for Java. As mentioned on that bug the following changes have to be done:
File: ~/Library/Preferences/com.oracle.javadeployment.plist
<key>deployment.macosx.check.update</key>
<string>false</string>
(In reply to Dustin J. Mitchell [:dustin] from bug 1008880 comment #20)
> I think that will be best done in the package manifest, since
> disableservices would first need to figure out whether Java is installed or
> not. Also, I think that's part of installing the package -- ensure that it
> stays installed :)
When doing those changes we should do the same for Flash, so that bug 1008879 is only about the installation.
Assignee | ||
Comment 1•11 years ago
|
||
For now this is OS X only, given that we manage updates on Ubuntu on our own.
Assignee: relops → hskupin
Status: NEW → ASSIGNED
OS: All → Mac OS X
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://kanbanize.com/ctrl_board/6/308]
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://kanbanize.com/ctrl_board/6/308] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/690] [kanban:engops:https://kanbanize.com/ctrl_board/6/308]
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/690] [kanban:engops:https://kanbanize.com/ctrl_board/6/308] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/690]
Assignee | ||
Updated•9 years ago
|
Assignee: hskupin → relops
Status: ASSIGNED → NEW
Assignee | ||
Comment 2•9 years ago
|
||
Mark, a long time ago I setup some puppet manifests including Java (bug 1008880). Given that we don't need that for a puppet solution for us anymore, I want to ask if we should get rid of the Java manifest. I think no-one updated it in all the last months and it's totally outdated.
Flags: needinfo?(mcornmesser)
Comment 3•9 years ago
|
||
Yes, if there is no need for it, I think it should be removed.
Flags: needinfo?(mcornmesser)
Assignee | ||
Comment 4•9 years ago
|
||
This will just remove the package to clean things up which I did a long time ago.
Attachment #8759630 -
Flags: review?(mcornmesser)
Updated•9 years ago
|
Attachment #8759630 -
Flags: review?(mcornmesser) → review+
Assignee | ||
Comment 5•9 years ago
|
||
Mark, I'm not authorized to push this to build/puppet. Can you please land it? Thanks.
Flags: needinfo?(mcornmesser)
Assignee | ||
Comment 7•9 years ago
|
||
Mark, ping for landing it? Thanks.
Assignee: relops → hskupin
Status: NEW → ASSIGNED
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(mcornmesser)
Comment 8•9 years ago
|
||
Sorry. It fail of my radar. I will try to get to it this week. I am going to leave the needinfo flag so I have reminder.
Comment 9•9 years ago
|
||
I was unable to import the previous patch into my environment, so i duplicated it in my environment. Just be safe I am submitting it for review before landing it.
Attachment #8775746 -
Flags: review?(hskupin)
Assignee | ||
Updated•9 years ago
|
Attachment #8775746 -
Flags: review?(hskupin) → review+
Comment 10•9 years ago
|
||
Comment on attachment 8759630 [details] [diff] [review]
Remove unused Java package v1
https://hg.mozilla.org/build/puppet/rev/f9c75376fdf6
Flags: needinfo?(mcornmesser)
Attachment #8759630 -
Flags: checked-in+
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 11•9 years ago
|
||
Thanks Mark!
You need to log in
before you can comment on or make changes to this bug.
Description
•