mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-05 07:41:31 +00:00
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:
parent
dcb39cfe18
commit
9aca15b3d2
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.525.56) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Jason C. McDonald ]
|
||||||
|
* Generate manifest for HyperV desktop image. (LP: #1940136)
|
||||||
|
|
||||||
|
-- Jason C. McDonald <codemouse92@outlook.com> Mon, 16 Aug 2021 14:30:14 -0700
|
||||||
|
|
||||||
livecd-rootfs (2.525.55) bionic; urgency=medium
|
livecd-rootfs (2.525.55) bionic; urgency=medium
|
||||||
|
|
||||||
[ Thomas Bechtold ]
|
[ Thomas Bechtold ]
|
||||||
|
@ -125,4 +125,7 @@ rm "$raw_img"
|
|||||||
|
|
||||||
apt-get install -y zip
|
apt-get install -y zip
|
||||||
zip "$vhd_img.zip" "$vhd_img"
|
zip "$vhd_img.zip" "$vhd_img"
|
||||||
|
|
||||||
|
create_manifest chroot "$vhd_img.zip.manifest"
|
||||||
|
|
||||||
rm "$vhd_img"
|
rm "$vhd_img"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user