[neon/neon/livecd-rootfs/Neon/release] /: Generate manifest for HyperV desktop images
Jason C. McDonald
null at kde.org
Thu Oct 28 12:37:16 BST 2021
Git commit 1c66b45338654516eb77ce7d3ba80c2a21daa35b by Jason C. McDonald.
Committed on 20/08/2021 at 16:14.
Pushed by jriddell into branch 'Neon/release'.
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)
M +8 -0 debian/changelog
M +3 -0 live-build/ubuntu/hooks/040-hyperv-desktop-images.binary
https://invent.kde.org/neon/neon/livecd-rootfs/commit/1c66b45338654516eb77ce7d3ba80c2a21daa35b
diff --git a/debian/changelog b/debian/changelog
index 6f55b48e..80adf76b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+livecd-rootfs (2.664.29) UNRELEASED; urgency=medium
+
+ [ Jason C. McDonald ]
+ * Generate manifest for HyperV desktop image
+ (LP: #1940136)
+
+ -- Jason C. McDonald <codemouse92 at outlook.com> Mon, 16 Aug 2021 14:27:20 -0700
+
livecd-rootfs (2.664.28) focal; urgency=medium
[ Brian Murray ]
diff --git a/live-build/ubuntu/hooks/040-hyperv-desktop-images.binary b/live-build/ubuntu/hooks/040-hyperv-desktop-images.binary
index b27aebd2..6c0b04c5 100644
--- a/live-build/ubuntu/hooks/040-hyperv-desktop-images.binary
+++ b/live-build/ubuntu/hooks/040-hyperv-desktop-images.binary
@@ -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"
More information about the Neon-commits
mailing list