~lamoura/update-notifier:esm-apps-header

Last commit made on 2021-05-13
Get this branch:
git clone -b esm-apps-header https://git.launchpad.net/~lamoura/update-notifier
Only Lucas Albuquerque Medeiros de Moura can upload to this branch. If you are Lucas Albuquerque Medeiros de Moura please log in for upload directions.

Branch merges

Branch information

Name:
esm-apps-header
Repository:
lp:~lamoura/update-notifier

Recent commits

5eb70de... by Lucas Albuquerque Medeiros de Moura

update changelog

eb3c791... 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

8bf9759... by Brian Murray

releasing package update-notifier version 3.192.43

1374e16... by Brian Murray

cleanup debian/changelog

9e6a6c1... 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)

39c2643... by Lucas Albuquerque Medeiros de Moura

update changelog

6e86040... 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

157797e... 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.

1583a25... 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

af09bf1... 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.