charm-helpers:fix-noble-spelling-error-nobel

Last commit made on 2024-03-22
Get this branch:
git clone -b fix-noble-spelling-error-nobel https://git.launchpad.net/charm-helpers

Branch merges

Branch information

Name:
fix-noble-spelling-error-nobel
Repository:
lp:charm-helpers

Recent commits

674a802... by Alex Kavanagh

Fix the spelling error in UBUNTU_OPENSTACK_RELEASE noble

Where noble shoule be nobel.

511bc03... by Alex Kavanagh <email address hidden>

Merge pull request #880 from wolsen/fix-platform-check

Fix platform check for Debian 12

274cb37... by Billy Olsen

Fix platform check for Debian 12

The osplatform.get_platform() check fails on Debian Bookworm
because the output determined by the /etc/os-release file has
"Debian GNU/Linux" and the get_platform() check only looks for
lowercase debian.

Signed-off-by: Billy Olsen <email address hidden>

b78107d... by Alex Kavanagh <email address hidden>

Merge pull request #636 from lmlg/fix-popen-communicate

Fix call to Popen.communicate

e44a15e... by Luciano Lo Giudice

Remove unused imports

2f5c28e... by Luciano Lo Giudice

Fix unit test for 'remove_lvm_physical_volume'

This PR modified the call to no longer use 'Popen', but it was
missing the corresponding fix in the unit test for said function.

1b19313... by Luciano Lo Giudice

Use '--yes' and 'check_call' instead of 'Popen' and 'communicate'.

25f7d0e... by Luciano Lo Giudice

Fix call to Popen.communicate

The call is wrongly passing a string when only bytes-like are allowed.

279e113... by James Page

Merge pull request #876 from juju/caracal-updates

Add caracal support

9ca2e30... by Alex Kavanagh

Fix typo of nobel -> noble