~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm:empty-cdimage

Last commit made on 2020-08-06
Get this branch:
git clone -b empty-cdimage https://git.launchpad.net/~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm
Only Paul Collins can upload to this branch. If you are Paul Collins please log in for upload directions.

Branch merges

Branch information

Recent commits

ec14f03... by Paul Collins

handle non-existent triggers

9667b40... by Paul Collins

merge triggers where key is the same, which is the case when a unit is both a releases and a cdimage mirror

Reviewed-on: https://code.launchpad.net/~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm/+merge/388534
Reviewed-by: Haw Loeung <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>

262d992... by Paul Collins

delete pointless CallableDict methods

Since we're subclassing dict and __call__ already uses
__getitem__, we wrote a bunch of extra code for no reason.

99cbd87... by Paul Collins

test configure_triggers

7523672... by Paul Collins

stop using python-apt

Reviewed-on: https://code.launchpad.net/~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm/+merge/388533
Reviewed-by: Haw Loeung <email address hidden>

572e6ba... by Paul Collins

add tests for make_triggers and merge_shared_key_triggers

1c2896b... by Paul Collins

add test case for extract_ssh_public_key

7dff8e8... by Paul Collins

merge triggers where key is the same

eda2d44... by Paul Collins

ignore compiled Python

781c520... by Paul Collins

stop using python-apt

Replaced with charmhelpers.fetch.get_upstream_version.

This simplifies creating a unit-testing environment, since the version
of apt on PyPi seems to be very old.