Merge ~lamoura/ubuntu/+source/update-notifier:focal-esm-updates into ubuntu/+source/update-notifier:ubuntu/focal-devel
Status: | Merged |
---|---|
Approved by: | Bryce Harrington |
Approved revision: | df4ac9328526929f5776c3dcdb2d1b3ac8beb7b0 |
Merged at revision: | df4ac9328526929f5776c3dcdb2d1b3ac8beb7b0 |
Proposed branch: | ~lamoura/ubuntu/+source/update-notifier:focal-esm-updates |
Merge into: | ubuntu/+source/update-notifier:ubuntu/focal-devel |
Diff against target: |
725 lines (+440/-63) 4 files modified
data/apt_check.py (+118/-32) debian/changelog (+17/-0) debian/control (+1/-0) tests/test_motd.py (+304/-31) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Bryce Harrington (community) | Approve | ||
Review via email: mp+402785@code.staging.launchpad.net |
Description of the change
Currently, update-notifier is showing esm-apps alerts if the distro is in ESM mode or is an LTS one. We are changing that to only show esm-apps alerts if the distro is an LTS but non-ESM distro.
Furthermore, we are also bringing back the:
0 updates can be applied immediately.
When we have 0 upgrades to be applied in the system.
Finally, we are also removing the use of lsb_release in apt_check.py to source the /etc/os-release file directly.
For this SRU, we are using this launchpad bug:
https:/
And we are uploading the new packages into this ppa:
https:/
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
I've verified the changes, build, and autopkgtest, all look good.
Modulo changes requested on MP #402787, this LGTM.