~philroche/simplestreams/+git/simplestreams:feature/snap

Last commit made on 2020-06-03
Get this branch:
git clone -b feature/snap https://git.launchpad.net/~philroche/simplestreams/+git/simplestreams
Only Philip Roche can upload to this branch. If you are Philip Roche please log in for upload directions.

Branch merges

Branch information

Name:
feature/snap
Repository:
lp:~philroche/simplestreams/+git/simplestreams

Recent commits

4c49f1c... by Philip Roche

Use /bin/sh instead of /bin/bash to reduce overhead

85033d8... by Philip Roche

Revert change to `/usr/bin/env python3`

07b8c25... by Philip Roche

Merge branch 'master' into feature/snap

ba827ca... by Robert C Jennings

make-test-data: Add missing change for uefi1 combined lxd sha

d7f1603... by Robert C Jennings

Present LXD KVM with Xenial images

The support for LXD KVM images uses the key 'combined_disk1-img_sha256'
and it creates this by looking for a file ending in '.img'.

On Xenial this file does not exist, instead we have '-disk1.img' and
'-uefi1.img' on Xenial with '-uefi1.img' being the same layout (gpt
partition with grub-efi) as the '.img' files that later releases have.

This patch adds a file extension match for '-uefi1.img', which will only
be found on Xenial, to create a 'combined_disk1-img_sha256' key for the
'lxd.tar.xz' item in streams to match LXD client expectations.

0398864... by Stéphane Graber

Skip disk-kvm-img as unsuable under LXD

https://bugs.launchpad.net/cloud-images/+bug/1873809

4403b3d... by Daniele Rondina <email address hidden>

https://bugs.launchpad.net/simplestreams/+bug/1833435

2920b06... by Robert C Jennings

Fix file matching for disk-kvm.img

The name replacement needs to include the '-' portion as we are
replacing '-lxd.tar.xz' with the extension.

3cc8988... by Dan Watkins

tools/js2signed: change shebang to /usr/bin/env python3

Previously it was using Python 2. This change is to enable Python
3-only package builds.

7682201... by Stéphane Graber

Fix file matching for disk-kvm.img