Update Manager should allow checking for different kinds of updates at different intervals
Bug #253412 reported by
Omegamormegil
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
software-properties (Ubuntu) |
Fix Released
|
Wishlist
|
Mohamed Amine Ilidrissi | ||
update-manager (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
update-notifier (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
I want security updates to be checked for daily, and installed automatically, but I only want to be notified of Recommended Updates once a week. In Software Sources > Updates I have to pick every day, or every week - it doesn't let me make this distinction.
https:/
Related branches
lp://staging/~ilidrissi.amine/software-properties/updates-redesign
- Mohamed Amine Ilidrissi (community): Needs Resubmitting
- Michael Vogt: Pending requested
-
Diff: 771 lines (+303/-267)5 files modifieddata/designer/main.ui (+6/-6)
data/gtkbuilder/main.ui (+210/-183)
debian/changelog (+8/-0)
softwareproperties/SoftwareProperties.py (+9/-9)
softwareproperties/gtk/SoftwarePropertiesGtk.py (+70/-69)
Changed in software-properties: | |
importance: | Undecided → Wishlist |
status: | Confirmed → Triaged |
Changed in update-notifier: | |
importance: | Undecided → Wishlist |
status: | Confirmed → Triaged |
description: | updated |
Changed in software-properties (Ubuntu): | |
assignee: | nobody → Mohamed Amine IL Idrissi (ilidrissi.amine) |
status: | Fix Committed → In Progress |
To post a comment you must log in.
Thanks for your input. I believe this is a feature request for update-manager, not a bug for software- properties- gtk. I've set the package hint to update-manager. The importance should be set to wishlist.
Meanwhile you can put the following script in /etc/cron.daily to automatically check for and install most upgrades:
#!/bin/bash
aptitude -y update && aptitude -y safe-upgrade