mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-07 16:11:38 +00:00
Fix typo preventing builds of ubuntu-core images.
This commit is contained in:
parent
0799fdb21b
commit
4b01505952
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.550) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Fix typo preventing builds of ubuntu-core images.
|
||||||
|
|
||||||
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Wed, 12 Dec 2018 15:09:28 +1300
|
||||||
|
|
||||||
livecd-rootfs (2.549) disco; urgency=medium
|
livecd-rootfs (2.549) disco; urgency=medium
|
||||||
|
|
||||||
[ Tobias Koch ]
|
[ Tobias Koch ]
|
||||||
|
@ -23,7 +23,7 @@ PREFIX="livecd.$PROJECT${SUBARCH:+-$SUBARCH}"
|
|||||||
if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
|
if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
|
||||||
# Use ubuntu-image instead of live-build
|
# Use ubuntu-image instead of live-build
|
||||||
|
|
||||||
if [ "$PROJECT" = "ubuntu-core"]; then
|
if [ "$PROJECT" = "ubuntu-core" ]; then
|
||||||
CHANNEL="${CHANNEL:-edge}"
|
CHANNEL="${CHANNEL:-edge}"
|
||||||
env SNAPPY_STORE_NO_CDN=1 \
|
env SNAPPY_STORE_NO_CDN=1 \
|
||||||
ubuntu-image snap -c "$CHANNEL" $UBUNTU_IMAGE_ARGS \
|
ubuntu-image snap -c "$CHANNEL" $UBUNTU_IMAGE_ARGS \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user