~codyshepherd/livecd-rootfs/+git/livecd-rootfs:sru/buildd/tarball-manifests-bb

Last commit made on 2021-02-03
Get this branch:
git clone -b sru/buildd/tarball-manifests-bb https://git.launchpad.net/~codyshepherd/livecd-rootfs/+git/livecd-rootfs
Only Cody Shepherd can upload to this branch. If you are Cody Shepherd please log in for upload directions.

Branch merges

Branch information

Name:
sru/buildd/tarball-manifests-bb
Repository:
lp:~codyshepherd/livecd-rootfs/+git/livecd-rootfs

Recent commits

7a834f3... by Cody Shepherd

Update changelog

9261285... by Cody Shepherd

Omit file type exensions in manifest names

464b18d... by Cody Shepherd

Create manifests for buildd tarballs

8b7b59d... by Łukasz Zemczak

releasing package livecd-rootfs version 2.525.49

69195a0... by Łukasz Zemczak

Build appliance qcow2 images only for amd64 appliances.

0e35dfd... by Łukasz Zemczak

We need to do it in a different order.

a976382... by Łukasz Zemczak

Try building qcow2 images for appliances.

83b582c... by Robert C Jennings

actually releasing package livecd-rootfs version 2.525.48

My prior commit had the wrong suite

cc37151... by Robert C Jennings

releasing package livecd-rootfs version 2.525.48

e6dc732... by Robert C Jennings

Merge bionic-open-vm-tools-backport into ubuntu/bionic [a=jchittum] [r=rcj]

Backport vmtools version in vmdk (LP: #1893898)

Backport
LP: #1893898 describes missing vmtools version from the vmdk headers.
The version should be added as ddb.toolsVersion = "2147483647" however
the sed was no longer replacing a ddb.comment field with the tools
version. Rather than subbing ddb.comment with toolsVersion, this commit
deletes ddb.comment (which the comment mentions could cause errors),
and adds the correct value. There was no visibility into the descriptor
during hook creation, so debug statements were added. This allows us to
quickly verify in the logs that bad statements are removed (the possibly
offending comments), as well as ensuring that the toolsVersion is added

MP: https://code.launchpad.net/~jchittum/livecd-rootfs/+git/livecd-rootfs/+merge/394144