ubuntu/+source/update-notifier:ubuntu/hirsute-updates

Last commit made on 2021-12-07
Get this branch:
git clone -b ubuntu/hirsute-updates https://git.launchpad.net/ubuntu/+source/update-notifier
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/hirsute-updates
Repository:
lp:ubuntu/+source/update-notifier

Recent commits

41e2d88... by Brian Murray

3.192.40.4 (patches unapplied)

Imported using git-ubuntu import.

09f5247... by Lucas Albuquerque Medeiros de Moura

add changelog for release 3.192.40.3

ce0bffa... by Lucas Albuquerque Medeiros de Moura

fallback to lsb-release on os-release errors

When running the apt-check script. we are trying to get the distro
name and version from /etc/os-release. However, some distros do not
ship that file. If the system does not have that file or is missing
a required info there, we will now fallback to calling lsb_release.

7634e99... by Lucas Albuquerque Medeiros de Moura

Add esm-apps header on non-esm and lts distros

When running apt-check on a esm distro, we display a header
showing the status of esm-infra on the system if we have esm-infra
source file on it. We should do the same for lts distros, but instead
of showing esm-infra status, we will show esm-apps status

233ed33... by Brian Murray

debian/control: add lsb-release to the update-notifier-common depends as it is used by apt-cdrom-check and apt_check.py. (LP: #1927996)

a5464df... by Lucas Albuquerque Medeiros de Moura

Get distro name and version from os-release

We are now updating the code on apt_check.py
to get the distro name and version directly from
os-release instead of running lsb_release for it

6f7cb33... by Lucas Albuquerque Medeiros de Moura

show message with number of upgradable pkgs

If we have no package upgrades to apply to the system,
we would would not show the message stating that zero upgrades
can applied immediately to the system. We are now bringing that
message back for the zero upgrades scenario, since we found out
that it is hurting the user experience of the apt-check output.

f165ba1... by Lucas Albuquerque Medeiros de Moura

Update esm-infra alert for esm distros

For esm-infra alerts on ESM distros, we are now
updating the message to include the ubuntu version
of the machine running the script and also pointing
to a different url to see more information about esm-infra

1f21eed... by Lucas Albuquerque Medeiros de Moura

Only show esm-apps alert on lts and non-esm distro

Currently, we are showing esm-apps alerts if the user
has an unauthenticated esm-apps source file and is using
a LTS distro. However, we don't want to show this alert if the
user is using a ESM distro, since esm-apps will not do much
in that situation. We are updating that alert to show only
if the user is not using a ESM distro.

36d1049... by Brian Murray

3.192.40.2 (patches unapplied)

Imported using git-ubuntu import.