layer-apt:master

Last commit made on 2020-07-07
Get this branch:
git clone -b master https://git.launchpad.net/layer-apt
Only Stuart Bishop can upload to this branch. If you are Stuart Bishop please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:layer-apt

Recent commits

76bddfb... by Stuart Bishop

Reformat with black and bump copyright years

43116b5... by Arif Ali

Update filter_installed_packages for regex installations

When the extra_packages has regex for installations, then it still
thinks that the package is not installed, so juju keeps trying to
install the package and bringing the units into maintenance. This
will fix this, and will no longer suggest that the packages are
missing

3caa4a8... by Haw Loeung

Fix W605 invalid escape sequence '\d'

4775099... by Stuart Bishop

Correct syntax for install_sources in docs

a8f83de... by Phil Merricks

adding same syntax update to install_keys

bdf6e52... by Phil Merricks

Update syntax for install_sources:

I had to add a 'default' subkey to install_sources in order for charm build to not choke on it.

cf78622... by Stuart Bishop

Remove multi-import avoidance hack, no longer needed

5544f7f... by Stuart Bishop

Use layer:status

ae6bdd7... by Stuart Bishop

Use 'flag' instead of deprecated 'state' terminology

a9efce4... by Stuart Bishop

Do not provide invalid states to status-set

Addresses lp:1784482