~d0ugal/maas-images:lzma

Last commit made on 2020-07-21
Get this branch:
git clone -b lzma https://git.launchpad.net/~d0ugal/maas-images
Only Dougal Matthews can upload to this branch. If you are Dougal Matthews please log in for upload directions.

Branch merges

Branch information

Name:
lzma
Repository:
lp:~d0ugal/maas-images

Recent commits

ad2b75c... by Dougal Matthews

Remove lzma importerror handling

lzma was added to the stdlib in Python 3.3 and the backport is no longer
needed. Removing the try/except shows the real error if liblzma-dev was missing
when Python was compiled.

294cfa3... by Lee Trager

Add Groovy remove Eoan.

c8f3143... by Adam Collard

Remove unused kernel definitions

3a33f75... by Adam Collard

Remove Disco (unsupported)

80ee31b... by Adam Collard

Remove focal support from v2 streams

1cb7281... by Lee Trager

Fix cloud-init repo path

7d8e5a8... by Lee Trager

Get codename from /etc/os-release

Python 3.8 has removed linux_distribution from the platform module.
This information is available in Xenial+ in /etc/os-release however
lp:maas-images needs to run on Precise+. If linux_distribution is
missing get the codename from /etc/os-release. This should only effect
Focal+.

4bcd58d... by Lee Trager

Remove f-strings for Precise support

a0d231c... by Lee Trager

Add support for building images with packer-maas.

d8cddf3... by Lee Trager

LP: #1859049 - Use linux-* instead of linux-signed-* kernel packages.

linux-signed-* packages are now metapackages in 14.04+. The linux-signed-*
metapackage has been removed from 20.04+. Use linux-* packages as they are
signed.