Merge lp:~mwhudson/livecd-rootfs/live-server-no-openssh-server into lp:livecd-rootfs

Proposed by Michael Hudson-Doyle
Status: Merged
Merge reported by: Steve Langasek
Merged at revision: not available
Proposed branch: lp:~mwhudson/livecd-rootfs/live-server-no-openssh-server
Merge into: lp:livecd-rootfs
Diff against target: 37 lines (+11/-1) (has conflicts)
2 files modified
debian/changelog (+10/-0)
live-build/auto/config (+1/-1)
Text conflict in debian/changelog
To merge this branch: bzr merge lp:~mwhudson/livecd-rootfs/live-server-no-openssh-server
Reviewer Review Type Date Requested Status
Simon Quigley Needs Resubmitting
Review via email: mp+360430@code.launchpad.net

Commit message

Do not include openssh-server in the base filsystem for the live server installer.

Description of the change

This will conflict with my other change in review, but not in any very interesting way.

To post a comment you must log in.
Revision history for this message
Balint Reczey (rbalint) wrote :

The target Bazaar branch is not active anymore.
Please resubmit the merge proposal against https://code.launchpad.net/~ubuntu-core-dev/livecd-rootfs/+git/livecd-rootfs/+ref/ubuntu/master .

Revision history for this message
Simon Quigley (tsimonq2) wrote :

Updating the status to reflect Balint's comment.

review: Needs Resubmitting

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 00:56:46 +0000
@@ -1,3 +1,4 @@
1<<<<<<< TREE
1livecd-rootfs (2.549) disco; urgency=medium2livecd-rootfs (2.549) disco; urgency=medium
23
3 [ Tobias Koch ]4 [ Tobias Koch ]
@@ -6,6 +7,15 @@
67
7 -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 10 Dec 2018 14:15:34 -08008 -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 10 Dec 2018 14:15:34 -0800
89
10=======
11livecd-rootfs (2.549) UNRELEASED; urgency=medium
12
13 * Do not include openssh-server in the base filsystem for the live server
14 installer.
15
16 -- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Mon, 10 Dec 2018 13:21:34 +1300
17
18>>>>>>> MERGE-SOURCE
9livecd-rootfs (2.548) disco; urgency=medium19livecd-rootfs (2.548) disco; urgency=medium
1020
11 * Key netplan delegation to NetworkManager on presence of21 * Key netplan delegation to NetworkManager on presence of
1222
=== modified file 'live-build/auto/config'
--- live-build/auto/config 2018-12-10 08:18:02 +0000
+++ live-build/auto/config 2018-12-12 00:56:46 +0000
@@ -518,7 +518,7 @@
518 live)518 live)
519 add_task install standard519 add_task install standard
520 add_task install server520 add_task install server
521 LIVE_TASK='cloud-image'521 add_package install cloud-init
522 case $ARCH in522 case $ARCH in
523 amd64) add_package live linux-signed-generic ;;523 amd64) add_package live linux-signed-generic ;;
524 esac524 esac

Subscribers

People subscribed via source and target branches