~woutervb/charm-sudo-pair:focal

Last commit made on 2020-02-10
Get this branch:
git clone -b focal https://git.launchpad.net/~woutervb/charm-sudo-pair
Only Wouter van Bommel can upload to this branch. If you are Wouter van Bommel please log in for upload directions.

Branch merges

Branch information

Name:
focal
Repository:
lp:~woutervb/charm-sudo-pair

Recent commits

62b8c98... by Wouter van Bommel

Added focal as testing target

By updating series focal is also a test target. It does require an juju
environment capable of running focal (test) images

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

bbc52e0... by Peter Sabaini

Merge branch 'add-charm-destructor'

94f4685... by Andrea Ieri

Fix Makefile syntax

Tabs should only be used within recipes, the indentation of the ifndef
stanza has been reworked to use spaces instead.