ubuntu-image now produces a manifest file listing the snap revisions

used; publish this so that it's picked up by launchpad-buildd.
This commit is contained in:
Steve Langasek 2017-11-08 12:22:05 -08:00
parent b3cf7b9013
commit e96fa8b878
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ livecd-rootfs (2.481) UNRELEASED; urgency=medium
* The target for x86 ubuntu-core images is VMs, so create them with
a buffer of free space in order to work if booted in place.
* ubuntu-image now produces a manifest file listing the snap revisions
used; publish this so that it's picked up by launchpad-buildd.
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 08 Nov 2017 12:01:25 -0800

View File

@ -33,6 +33,7 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
ubuntu-image -c edge $extra_args \
-o livecd."$PROJECT".img livecd."$PROJECT".model-assertion
xz -0 -T4 livecd."$PROJECT".img
mv seed.manifest livecd."$PROJECT".manifest
exit 0
fi