Merge lp:~mwhudson/livecd-rootfs/tyop into lp:livecd-rootfs

Proposed by Michael Hudson-Doyle
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 1737
Merged at revision: 1737
Proposed branch: lp:~mwhudson/livecd-rootfs/tyop
Merge into: lp:livecd-rootfs
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
live-build/auto/build (+1/-1)
To merge this branch: bzr merge lp:~mwhudson/livecd-rootfs/tyop
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+360766@code.launchpad.net

Description of the change

This typo is in bionic-proposed currently too...

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Darn typo. +1.

review: Approve
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

...love the name of the branch btw.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2018-12-10 22:15:42 +0000
+++ debian/changelog 2018-12-12 02:20:50 +0000
@@ -1,3 +1,9 @@
1livecd-rootfs (2.550) UNRELEASED; urgency=medium
2
3 * Fix typo preventing builds of ubuntu-core images.
4
5 -- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Wed, 12 Dec 2018 15:09:28 +1300
6
1livecd-rootfs (2.549) disco; urgency=medium7livecd-rootfs (2.549) disco; urgency=medium
28
3 [ Tobias Koch ]9 [ Tobias Koch ]
410
=== modified file 'live-build/auto/build'
--- live-build/auto/build 2018-12-06 11:38:07 +0000
+++ live-build/auto/build 2018-12-12 02:20:50 +0000
@@ -23,7 +23,7 @@
23if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then23if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
24 # Use ubuntu-image instead of live-build24 # Use ubuntu-image instead of live-build
2525
26 if [ "$PROJECT" = "ubuntu-core"]; then26 if [ "$PROJECT" = "ubuntu-core" ]; then
27 CHANNEL="${CHANNEL:-edge}"27 CHANNEL="${CHANNEL:-edge}"
28 env SNAPPY_STORE_NO_CDN=1 \28 env SNAPPY_STORE_NO_CDN=1 \
29 ubuntu-image snap -c "$CHANNEL" $UBUNTU_IMAGE_ARGS \29 ubuntu-image snap -c "$CHANNEL" $UBUNTU_IMAGE_ARGS \

Subscribers

People subscribed via source and target branches