Ticket #840 (new enhancement)
Phase out the auto-updater on -workstation in favor of unattended upgrades
Reported by: | jdreed | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Current Semester |
Component: | -- | Keywords: | hackathon |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
The auto-updater is getting more and more complex, and as it does so, the intersection of the sets {what -workstation wants} and {what -cluster wants} is also getting smaller. Ubuntu provides a native method for automatic upgrades. We should use it.
Change History
Note: See
TracTickets for help on using
tickets.
This looks pretty simple, actually. unattended-upgrades is already installed (it's an eventual dependency of ubuntu-desktop), but by default it doesn't run unless you run it periodically with cron. Configuration for Debathena is as simple as editing /etc/apt/apt.conf.d/50unattended-upgrades to include something like:
Things to do:
I assert that we want to stick with our auto-updater on cluster (which can be made a lot simpler once we no longer have to deal with workstation stuff), but use this on -workstation. There will remain the challenge of how to put unattended-upgrade-config on workstation, but not on -cluster. It's possible that cluster no longer wants to be a superset of workstation.