mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-09 01:41:31 +00:00
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:
parent
b3cf7b9013
commit
e96fa8b878
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,6 +2,8 @@ livecd-rootfs (2.481) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
* The target for x86 ubuntu-core images is VMs, so create them with
|
* 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.
|
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
|
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 08 Nov 2017 12:01:25 -0800
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
|
|||||||
ubuntu-image -c edge $extra_args \
|
ubuntu-image -c edge $extra_args \
|
||||||
-o livecd."$PROJECT".img livecd."$PROJECT".model-assertion
|
-o livecd."$PROJECT".img livecd."$PROJECT".model-assertion
|
||||||
xz -0 -T4 livecd."$PROJECT".img
|
xz -0 -T4 livecd."$PROJECT".img
|
||||||
|
mv seed.manifest livecd."$PROJECT".manifest
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user