~dbungert/update-notifier:lp-1926298

Last commit made on 2021-04-28
Get this branch:
git clone -b lp-1926298 https://git.launchpad.net/~dbungert/update-notifier
Only Dan Bungert can upload to this branch. If you are Dan Bungert please log in for upload directions.

Branch merges

Branch information

Name:
lp-1926298
Repository:
lp:~dbungert/update-notifier

Recent commits

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

7ecd706... by Brian Murray

Update the changelog to reflect its not in impish yet

75c314c... by Lucas Albuquerque Medeiros de Moura

update changelog

a788e7c... by Lucas Albuquerque Medeiros de Moura

apt_check: use applied instead of installed. correct singular msg

ba04e28... by Lucas Albuquerque Medeiros de Moura

Separate security updates from esm updates

Currently, we display packaging count for both ESM
and security updates. However, if the package upgrade
comes from ESM, we still count it as a security update.
This can provide confusing messages to users, since
we don't say in that message that security updates contain
both source of packages. To better handle that, we are
now only treating as security updates only security upgrades
that are not related to ESM packages. To further make that
distinction, we are updating the message to show
standard security updates instead of just security updates

6ab0dce... by Brian Murray

releasing package update-notifier version 3.192.41

3504906... by Brian Murray

switch to using the shorter url for ESM information

ea8e5b9... by Brian Murray

* 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)
* debian/control: Add a dependency on python3-distro-info.

c7184dc... by Lucas Albuquerque Medeiros de Moura

Update apt-check script for ESM Apps handling

Currently, the apt-check script is configured to only handle
package count for ESM Infra. We are now updating the logic
to also handle ESM Apps packages as well.

Furthermore, we are also updating the messaging that is created in
apt-check. We are advertising ESM Apps if the service is disabled
and only messaging about ESM Infra if the distro is already on ESM mode