~lamoura/update-notifier:show-only-esm-infra-alerts-on-esm-machine

Last commit made on 2021-05-10
Get this branch:
git clone -b show-only-esm-infra-alerts-on-esm-machine 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:
show-only-esm-infra-alerts-on-esm-machine
Repository:
lp:~lamoura/update-notifier

Recent commits

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.

e98aa6d... by Brian Murray

releasing package update-notifier version 3.192.42

3b080f0... by Brian Murray

Fix up the changelog as 3.192.41 was uploaded w/o committing here

7f348a3... by Brian Murray

releasing package update-notifier version 3.192.41

44e5c07... by Dan Bungert

Several glib usage fixes

Use g_auto and friends for cleanup.
Fix usage of g_file_test that was not correctly testing for the binary
being executable.
Fix regression in previous commit where a command we lookup in path that
takes an argument would be rejected.

e6a46b5... by Dan Bungert

Fix path lookup segfault

Address segfault regression in the 3.192.40 update (LP: #1926298)
related to hook command path lookup