mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
Import patches-unapplied version 2.439 to ubuntu/zesty-proposed
Imported using git-ubuntu import. Changelog parent: 14664922352854a44243d2cd9c81c9c0d62f1c5e New changelog entries: * Fix the manifest generation in OVA files so that ovf files don't have double extensions. Thanks to Chris Glass. (LP: #1627931)
This commit is contained in:
parent
1466492235
commit
26909642e9
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.439) zesty; urgency=medium
|
||||
|
||||
* Fix the manifest generation in OVA files so that ovf files don't have
|
||||
double extensions. Thanks to Chris Glass. (LP: #1627931)
|
||||
|
||||
-- Brian Murray <brian@ubuntu.com> Fri, 03 Feb 2017 13:32:59 -0800
|
||||
|
||||
livecd-rootfs (2.438) zesty; urgency=medium
|
||||
|
||||
* live-build/auto/config: Add ubuntu-budgie project (LP: #1652144)
|
||||
|
@ -67,7 +67,7 @@ ovf_sha256=$(sha256sum ${ovf} | cut -d' ' -f1)
|
||||
manifest="${scratch_d}/${prefix}.mf"
|
||||
cat > "${manifest}" <<EOF
|
||||
SHA256(${vmdk_f##*/})= ${vmdk_sha256}
|
||||
SHA256(${ovf##*/}.ovf)= ${ovf_sha256}
|
||||
SHA256(${ovf##*/})= ${ovf_sha256}
|
||||
EOF
|
||||
|
||||
# Now create the OVA
|
||||
|
@ -181,7 +181,7 @@ manifest="${box_d}/${prefix}.mf"
|
||||
cat > "${manifest}" <<EOF
|
||||
SHA256(${vmdk_f##*/})= ${vmdk_sha256}
|
||||
SHA256(${cdrom_vmdk_f##*/})= ${cdrom_sha256}
|
||||
SHA256(${ovf##*/}.ovf)= ${ovf_sha256}
|
||||
SHA256(${ovf##*/})= ${ovf_sha256}
|
||||
EOF
|
||||
|
||||
# Now create the box
|
||||
|
Loading…
x
Reference in New Issue
Block a user