~sudo-pair-charmers/charm-sudo-pair:stable/20.02

Last commit made on 2020-02-28
Get this branch:
git clone -b stable/20.02 https://git.launchpad.net/~sudo-pair-charmers/charm-sudo-pair
Members of Sudo_pair Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
stable/20.02
Repository:
lp:~sudo-pair-charmers/charm-sudo-pair

Recent commits

c573464... by Giuseppe Petralia

Add LMA to maintainer in metadata.yaml

51a6065... by Giuseppe Petralia

Remove make submodules

6700095... by Giuseppe Petralia

Fix tests:

- fix linting
- fix functional tests replacing JUJU_REPOSITORY with CHARM_BUILD_DIR
- remove test_remove_unit that is not valid for a subordinate charm

Closes-Bug: #1863658

30744ee... by Wouter van Bommel

Update for focal

1b82414... by Peter Sabaini

Merge branch 'more-deconfiguration' of git+ssh://git.launchpad.net/~peter-sabaini/sudo-pair-charm into more-deconfiguration

ea1f35a... by Peter Sabaini

More deconfiguration

- Be tidier when deconfiguring sudo-pair

- Add action to remove sudo-pair binaries and config

227f5a0... by Peter Sabaini

More deconfiguration

- Be tidier when deconfiguring sudo-pair

- Add action to remove sudo-pair binaries and config

bb6843c... by Peter Sabaini

Fix unit test (actually compare to something meaningful)

ba0d6bc... by Peter Sabaini

Add tmpfiles.d config

The sudo-pair socket directory is created in /var/run at install time
by the charm. However this being a tmpfs backed dir we need to
recreate it after boot. This is done by adding the resp. config for
systemd-tmpfiles

ec1f92d... by Peter Sabaini

Test fix: unpin pytest, allow more pythons