~rcj/simplestreams:master

Last commit made on 2020-04-06
Get this branch:
git clone -b master https://git.launchpad.net/~rcj/simplestreams
Only Robert C Jennings can upload to this branch. If you are Robert C Jennings please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~rcj/simplestreams

Recent commits

c381737... 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

d45bc0d... by Stéphane Graber

Add combined-disk-kvm-img_sha256 to download.json

408a305... by Paride Legovini

debian: run the tests only against Python 3

890b9f0... by Dan Watkins

debian: stop building Python 2 package

ba75825... by Stéphane Graber

Add combined_disk1-img_sha256 to download.json

This introduces a new combined_disk1-img_sha256 field for the
"lxd.tar.xz" file type in download entries.

21782a0... by Philip Roche

Apply filters to items before filtering versions

Filters were applied to versions before being applied to
items which meant if you were using --max option then
you often were not getting the expected output as the
version filter was filtering out the expected items.

This happens if there is a version greater than the version
of the item you expect despite the fact that the item
with the greater version never passing your supplied
filters.

cf14265... by Pat Viafore

Add KVM images to eoan.

Added kvm images (suffixed with -disk-kvm.img).
Streams are filtered so that only 06/22/19 Eoan builds
(or later) show up in streams.

409fdc1... by Scott Moser

tools: rename export-tarball to make-tarball.

make-tarball is the name of this utility in cloud-init and curtin.
Rename it here for consistency.