Generate manifest for HyperV desktop images

Manifests are necessary for candidate checking in the
CPC automated workflow for building and publishing
HyperV desktop images. (#1940136)
This commit is contained in:
Jason C. McDonald 2021-08-16 14:24:01 -07:00
parent 9d03006f87
commit 4a994fb02e
2 changed files with 11 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.719.2) UNRELEASED; urgency=medium
[ Jason C. McDonald]
* Generate manifest for HyperV desktop image
(LP: #1940136)
-- Jason C. McDonald <codemouse92@outlook.com> Mon, 16 Aug 2021 12:16:19 -0700
livecd-rootfs (2.719.1) hirsute; urgency=medium
[ Thomas Bechtold ]

View File

@ -137,4 +137,7 @@ rm "$raw_img"
apt-get install -y zip
zip "$vhd_img.zip" "$vhd_img"
create_manifest chroot "$vhd_img.zip.manifest"
rm "$vhd_img"