diff --git a/debian/changelog b/debian/changelog index 5f3c5f88..b03cda66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ livecd-rootfs (2.590) UNRELEASED; urgency=medium * Drop dead wubi subproject. * Drop dead jasper subproject. * Drop old arm platforms. + * Drop ubuntu-desktop-next configs -- Dimitri John Ledkov Thu, 30 May 2019 11:04:02 +0100 diff --git a/debian/tests/default-bootstraps b/debian/tests/default-bootstraps index 6f447618..2de7fdf1 100755 --- a/debian/tests/default-bootstraps +++ b/debian/tests/default-bootstraps @@ -32,8 +32,6 @@ ALL_TRIPLETS=" ubuntu-core:system-image:ubuntu-core ubuntu-cpc::ubuntu-cpc ubuntu-cpc:minimized:ubuntu-cpc - ubuntu-desktop-next:system-image:ubuntu-desktop-next - ubuntu-desktop-next::ubuntu-desktop-next ubuntu-dvd:: ubuntu-gnome:: ubuntukylin:: diff --git a/live-build/auto/build b/live-build/auto/build index 245fff9c..aca526c9 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -537,11 +537,11 @@ if [ -e "binary/$INITFS/filesystem.packages-remove" ]; then fi fi -# ubuntu-core and ubuntu-desktop-next splits kernel stuff into a "device" tarball so +# ubuntu-core splits kernel stuff into a "device" tarball so # at this point we reset it to "none" as all the work to extract it was done already # in a binary hook case $PROJECT:${SUBPROJECT:-} in - ubuntu-core:system-image|ubuntu-desktop-next:system-image) + ubuntu-core:system-image) # create device tarball (for snappy only atm) if [ "$PROJECT:$SUBPROJECT" = "ubuntu-core:system-image" ]; then diff --git a/live-build/auto/config b/live-build/auto/config index a52bda69..02fa0bae 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -442,7 +442,7 @@ if [ "$PREINSTALLED" = "true" ]; then ubuntu-server) add_package live oem-config-debconf ubiquity-frontend-debconf ;; - ubuntu-core|ubuntu-base|base|ubuntu-touch|ubuntu-touch-custom|ubuntu-cpc|ubuntu-desktop-next) + ubuntu-core|ubuntu-base|base|ubuntu-touch|ubuntu-touch-custom|ubuntu-cpc) ;; *) add_package live oem-config-gtk ubiquity-frontend-gtk @@ -505,7 +505,7 @@ if ! [ -e config/germinate-output/structure ]; then fi case $PROJECT in - base|edubuntu|edubuntu-dvd|kubuntu|kubuntu-active|kubuntu-dvd|kubuntu-plasma5|lubuntu|mythbuntu|ubuntu|ubuntu-budgie|ubuntu-desktop-next|ubuntu-dvd|ubuntu-gnome|ubuntu-mate|ubuntu-netbook|ubuntukylin|ubuntustudio-dvd|xubuntu) + base|edubuntu|edubuntu-dvd|kubuntu|kubuntu-active|kubuntu-dvd|kubuntu-plasma5|lubuntu|mythbuntu|ubuntu|ubuntu-budgie|ubuntu-dvd|ubuntu-gnome|ubuntu-mate|ubuntu-netbook|ubuntukylin|ubuntustudio-dvd|xubuntu) INITRAMFS_COMPRESSION="lzma" ;; esac @@ -542,25 +542,6 @@ case $PROJECT in esac ;; - ubuntu-desktop-next) - add_task install minimal standard ubuntu-desktop-next ubuntu-sdk-libs - COMPONENTS='main restricted universe' - LIVE_TASK='ubuntu-touch-live' - KERNEL_FLAVOURS=generic - case $ARCH in - amd64) add_package live linux-signed-generic ;; - esac - - # system image snappy desktop next image - # mvo: This is for cron.daily-preinstalled - # CDIMAGE_PREINSTALLED is not passed from build.py - # and PREINSTALLED means something different. So - # we use SUBPROJECT to pass on the information - if [ "${SUBPROJECT:-}" = "system-image" ]; then - OPTS="${OPTS:+$OPTS }--linux-packages=linux-image" - fi - ;; - kubuntu|kubuntu-dvd) add_task install minimal standard add_task install kubuntu-desktop @@ -1154,7 +1135,7 @@ EOF fi ;; - ubuntu-touch:*|ubuntu-touch-custom:*|ubuntu-core:system-image|ubuntu-desktop-next:system-image|ubuntu-cpc:*|ubuntu-server:live) + ubuntu-touch:*|ubuntu-touch-custom:*|ubuntu-core:system-image|ubuntu-cpc:*|ubuntu-server:live) cp -af /usr/share/livecd-rootfs/live-build/${PROJECT}/* \ config/