update-notifier:use-ayatana-indicators

Last commit made on 2021-06-18
Get this branch:
git clone -b use-ayatana-indicators https://git.launchpad.net/update-notifier
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
use-ayatana-indicators
Repository:
lp:update-notifier

Recent commits

b1a3a54... by Sebastien Bacher

Use the ayatana variant of the indicators

33addf5... by Brian Murray

data/backend_helper.py: only call update-manager if it is installed on the system. (LP: #1927994)

4e6fb7e... by Brian Murray

releasing package update-notifier version 3.192.44

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