~lamoura/ubuntu/+source/update-notifier:update-notifier-esm-support-bionic

Last commit made on 2021-04-26
Get this branch:
git clone -b update-notifier-esm-support-bionic https://git.launchpad.net/~lamoura/ubuntu/+source/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:
update-notifier-esm-support-bionic
Repository:
lp:~lamoura/ubuntu/+source/update-notifier

Recent commits

05a3a5c... by Lucas Albuquerque Medeiros de Moura

Add changelog for release 3.192.1.10

cf6bdc0... by Lucas Albuquerque Medeiros de Moura

apt_check: use applied instead of installed. correct singular msg

5b82f90... 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

9aebaee... 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

12e1ff6... by Chad Smith

changelog

8cc5c1f... by Chad Smith

d/control: add explicit pep8 build-requires dependency

LP: #1906436

1bc71d1... by Chad Smith

pyflakes: data/backend_helper fix unittests for unreferenced variables

backported minor changeset from master fee10fd67

LP: #1906436

889982a... by Chad Smith

test_motd.py: remove unused imports

d16b893... by Chad Smith

backport: Fix E117 over-indented pep issues. f881447e2

6f76f30... by Chad Smith

pep8: data/apt_check.py, data/package-data-downloader, tests/test_pep8.py

Update the code formating to be not hit W504 warnings,
Ignore W503 and be consistent with update-manager.