From e96fa8b87802d819b10216c1d42bfffd7ae469d7 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 8 Nov 2017 12:22:05 -0800 Subject: [PATCH] ubuntu-image now produces a manifest file listing the snap revisions used; publish this so that it's picked up by launchpad-buildd. --- debian/changelog | 2 ++ live-build/auto/build | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index b738b3f7..2d0e04f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 08 Nov 2017 12:01:25 -0800 diff --git a/live-build/auto/build b/live-build/auto/build index 78936050..5a6d6c5b 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -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