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
1=== modified file 'BuildLiveCD'
2--- BuildLiveCD 2013-07-23 14:45:15 +0000
3+++ BuildLiveCD 2016-01-29 23:25:21 +0000
4@@ -69,9 +69,9 @@
5 exit 1
6 fi
7 if ([ $# = 0 ] || [ "X$1" = "Xall" ]) && ! $LIVE_BUILD; then
8- set -- ubuntu kubuntu kubuntu-active edubuntu xubuntu mythbuntu base
9+ set -- ubuntu kubuntu kubuntu-active edubuntu xubuntu xubuntu-base mythbuntu base ubuntu-mate ubuntu-mate-base
10 if [ "$ARCH" = "i386" ]; then
11- set -- ubuntu ubuntu-dvd ubuntu-lpia ubuntu-netbook kubuntu kubuntu-dvd kubuntu-active edubuntu edubuntu-dvd xubuntu mythbuntu base
12+ 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
13 fi
14 fi
15
16
17=== modified file 'live-build/auto/config'
18--- live-build/auto/config 2015-12-08 15:48:30 +0000
19+++ live-build/auto/config 2016-01-29 23:25:21 +0000
20@@ -290,6 +290,19 @@
21 esac
22 ;;
23
24+ xubuntu-base)
25+ add_task install minimal standard xubuntu-base
26+ add_package install xterm
27+ LIVE_TASK='xubuntu-live'
28+ case $ARCH in
29+ amd64) add_package live linux-signed-generic ;;
30+ esac
31+ COMPONENTS='main restricted universe multiverse'
32+ case $ARCH in
33+ amd64|i386) KERNEL_FLAVOURS=generic ;;
34+ esac
35+ ;;
36+
37 ubuntu-netbook)
38 add_task install minimal standard ubuntu-netbook
39 LIVE_TASK='netbook-live'
40@@ -341,6 +354,18 @@
41 export APT_OPTIONS="--yes --no-install-recommends"
42 ;;
43
44+ ubuntu-mate-base)
45+ add_task install minimal standard ubuntu-mate-core
46+ LIVE_TASK='ubuntu-mate-live'
47+ case $ARCH in
48+ amd64) add_package live linux-signed-generic ;;
49+ esac
50+ COMPONENTS='main restricted universe multiverse'
51+ # The Ubuntu MATE STRUCTURE file has "feature
52+ # no-follow-recommends". Mirror this.
53+ export APT_OPTIONS="--yes --no-install-recommends"
54+ ;;
55+
56 ubuntustudio-dvd)
57 add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-font-meta ubuntustudio-graphics ubuntustudio-video ubuntustudio-publishing ubuntustudio-photography
58 COMPONENTS='main restricted universe multiverse'

Subscribers

People subscribed via source and target branches