~ahasenack/update-notifier:focal

Last commit made on 2022-09-28
Get this branch:
git clone -b focal https://git.launchpad.net/~ahasenack/update-notifier
Only Andreas Hasenack can upload to this branch. If you are Andreas Hasenack please log in for upload directions.

Branch merges

Branch information

Name:
focal
Repository:
lp:~ahasenack/update-notifier

Recent commits

3d80e05... by Paride Legovini

Remove .bzr-builddeb (repository moved to git)

4a1299e... by Olivier Gayot

Reconcile source tree with the archive

Done by cherry-picking from git-ubuntu import and resolving
the expected d/changelog conflict.

7ca5f2d... by Lucas Albuquerque Medeiros de Moura

New focal release: 3.192.30.11

698048c... by Lucas Albuquerque Medeiros de Moura

apt_check: update ESM service name (LP: #1980368)

Update naming and description for ESM services advertised
by the apt_check script

9ff9b3c... by Brian Murray

Adjust update-notifier-crash.service so that the report process is not killed before it has a chance to act (LP: #1821412)

533cdd4... by Dave Jones

Sleep for up to an hour in the background in order to spread the load of checking for release updates on the Ubuntu infrastructure (LP: #1836475)

1a3b002... by Lucas Albuquerque Medeiros de Moura

* debian/control: add lsb-release to the update-notifier-common depends as
  it is used by apt-cdrom-check. (LP: #1927996)
* data/apt_check.py
  - Only show esm-apps alerts on lts and non-esm distros (LP: #1926990)
  - Update esm-infra alert for distros on ESM mode
  - Show message with number of upgradable packages even if that
    number is zero (LP: #1926819)
  - Get distro name and version directly from /etc/os-release
  - Fallback to lsb_release command if there are any problems using
    /etc/os-release as source of information
  - Show esm-apps status header when running on LTS distro that
    has not yet entered Extended Security Maintenance

c6abfe7... by Lucas Albuquerque Medeiros de Moura

* data/apt_check.py:
  - Add support to handle packages from ESM Apps in addition to ESM Infra
    and only display alerts if the distro is ESM. (LP: #1924766)
  - Do not display a count of ESM packages if the system does not have ESM
    enabled. (LP: #1883315)
  - Make distinction between standard security updates and ESM updates
    when performing package counts. (LP: #1926208)
  - use 'applied' instead of 'installed', redact 0 of these updates are
    security updates, and correct singular messages
* data/backend_helper.py:
  - fix pyflakes test
* debian/control: Add a dependency on python3-distro-info.

fb3d662... by Iain Lane

* data/list-oem-metapackages:
  + Handle bad apt indexes. apt.Cache() can fail if the apt lists can't be
    parsed for whatever reason. Handle that and exit 0 so that
    update-notifier continues. A consequence of being in this state is that
    we can't find any oem metapackages if any are applicable. If the indexes
    become good again then we'll find them next time. (LP: #1913726)

039caa4... by Iain Lane

control: Move ubuntu-drivers-common dep to update-notifier. It's only needed when launching update-manager, which happens from /usr/bin/update-notifier which is in the update-notifier package. Having it in update-notifier-common causes ubuntu-drivers-common and all its deps to be pulled in on all flavours, even ones without update-manager. (LP: #1912496)