debian-forge-composer/tools
Martin Sehnoutka f51932974a test-case-generators: use unxz also for aws
In PR #400:
https://github.com/osbuild/osbuild-composer/pull/400
we changed the boot type of AWS images from qemu-extract to aws, which
resulted in a bug in the generate-test-case script. It tried to attach
xz archive using qemu-nbd which works just fine from qemu-nbd
perspective but sfdisk and blkid of course failed, because the xz
archive is not a disk image.

This patch makes sure we extract the image before attaching it to
/dev/nbdX.
2020-04-08 11:20:23 +02:00
..
test-case-generators test-case-generators: use unxz also for aws 2020-04-08 11:20:23 +02:00
image-info image-info: report errors from subprocess calls 2020-04-08 10:27:26 +02:00
prepare-source.sh tools: add prepare-source.sh 2020-02-17 16:09:17 +01:00