Merge lp:~ubuntu-mate-dev/livecd-rootfs/ubuntu-mate-base into lp:livecd-rootfs

Proposed by Martin Wimpress 
Status: Rejected
Rejected by: Steve Langasek
Proposed branch: lp:~ubuntu-mate-dev/livecd-rootfs/ubuntu-mate-base
Merge into: lp:livecd-rootfs
Diff against target: 58 lines (+27/-2)
2 files modified
BuildLiveCD (+2/-2)
live-build/auto/config (+25/-0)
To merge this branch: bzr merge lp:~ubuntu-mate-dev/livecd-rootfs/ubuntu-mate-base
Reviewer Review Type Date Requested Status
Steve Langasek Needs Resubmitting
Adam Conrad Pending
Łukasz Zemczak Pending
Review via email: mp+284432@code.launchpad.net

Description of the change

This merge proposal adds support for Xubuntu Base and Ubuntu MATE Base as discussed with Adam Conrad. The "Base" variants contain a minimal desktop environment suitable for experienced user to craft their own setup.

To post a comment you must log in.
1269. By Martin Wimpress 

Merged with upstream.

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Looks like bare "base" is dropped, see inline comment.

Revision history for this message
Daniel Holbach (dholbach) wrote :

Setting status to WIP.

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
Steve Langasek (vorlon) :
review: Needs Resubmitting

Unmerged revisions

1269. By Martin Wimpress 

Merged with upstream.

1268. By Martin Wimpress 

Added ubuntu-mate-base.

1267. By Sean Davis

Replace Xubuntu Core with Base

1266. By Sean Davis

Merge in lp:~unit193/livecd-rootfs/xubuntu-core

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'BuildLiveCD'
--- BuildLiveCD 2013-07-23 14:45:15 +0000
+++ BuildLiveCD 2016-01-29 23:25:21 +0000
@@ -69,9 +69,9 @@
69 exit 169 exit 1
70fi70fi
71if ([ $# = 0 ] || [ "X$1" = "Xall" ]) && ! $LIVE_BUILD; then71if ([ $# = 0 ] || [ "X$1" = "Xall" ]) && ! $LIVE_BUILD; then
72 set -- ubuntu kubuntu kubuntu-active edubuntu xubuntu mythbuntu base72 set -- ubuntu kubuntu kubuntu-active edubuntu xubuntu xubuntu-base mythbuntu base ubuntu-mate ubuntu-mate-base
73 if [ "$ARCH" = "i386" ]; then73 if [ "$ARCH" = "i386" ]; then
74 set -- ubuntu ubuntu-dvd ubuntu-lpia ubuntu-netbook kubuntu kubuntu-dvd kubuntu-active edubuntu edubuntu-dvd xubuntu mythbuntu base74 set -- ubuntu ubuntu-dvd ubuntu-lpia ubuntu-netbook kubuntu kubuntu-dvd kubuntu-active edubuntu edubuntu-dvd xubuntu xubuntu-base ubuntu-mate ubuntu-mate-base mythbuntu base
75 fi75 fi
76fi76fi
7777
7878
=== modified file 'live-build/auto/config'
--- live-build/auto/config 2015-12-08 15:48:30 +0000
+++ live-build/auto/config 2016-01-29 23:25:21 +0000
@@ -290,6 +290,19 @@
290 esac290 esac
291 ;;291 ;;
292292
293 xubuntu-base)
294 add_task install minimal standard xubuntu-base
295 add_package install xterm
296 LIVE_TASK='xubuntu-live'
297 case $ARCH in
298 amd64) add_package live linux-signed-generic ;;
299 esac
300 COMPONENTS='main restricted universe multiverse'
301 case $ARCH in
302 amd64|i386) KERNEL_FLAVOURS=generic ;;
303 esac
304 ;;
305
293 ubuntu-netbook)306 ubuntu-netbook)
294 add_task install minimal standard ubuntu-netbook307 add_task install minimal standard ubuntu-netbook
295 LIVE_TASK='netbook-live'308 LIVE_TASK='netbook-live'
@@ -341,6 +354,18 @@
341 export APT_OPTIONS="--yes --no-install-recommends"354 export APT_OPTIONS="--yes --no-install-recommends"
342 ;;355 ;;
343356
357 ubuntu-mate-base)
358 add_task install minimal standard ubuntu-mate-core
359 LIVE_TASK='ubuntu-mate-live'
360 case $ARCH in
361 amd64) add_package live linux-signed-generic ;;
362 esac
363 COMPONENTS='main restricted universe multiverse'
364 # The Ubuntu MATE STRUCTURE file has "feature
365 # no-follow-recommends". Mirror this.
366 export APT_OPTIONS="--yes --no-install-recommends"
367 ;;
368
344 ubuntustudio-dvd)369 ubuntustudio-dvd)
345 add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-font-meta ubuntustudio-graphics ubuntustudio-video ubuntustudio-publishing ubuntustudio-photography370 add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-font-meta ubuntustudio-graphics ubuntustudio-video ubuntustudio-publishing ubuntustudio-photography
346 COMPONENTS='main restricted universe multiverse'371 COMPONENTS='main restricted universe multiverse'

Subscribers

People subscribed via source and target branches