mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-06 16:31:35 +00:00
Drop references to mythbuntu, obsolete after xenial.
This commit is contained in:
parent
f763efa40e
commit
458f58bb7a
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -10,6 +10,7 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium
|
|||||||
packages.
|
packages.
|
||||||
* live-build/auto/config: various refactors to eliminate code duplication
|
* live-build/auto/config: various refactors to eliminate code duplication
|
||||||
* Drop references to ubuntu-dvd, obsolete since precise.
|
* Drop references to ubuntu-dvd, obsolete since precise.
|
||||||
|
* Drop references to mythbuntu, obsolete after xenial.
|
||||||
|
|
||||||
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700
|
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700
|
||||||
|
|
||||||
|
1
debian/tests/default-bootstraps
vendored
1
debian/tests/default-bootstraps
vendored
@ -18,7 +18,6 @@ ALL_TRIPLETS="
|
|||||||
kubuntu-dvd::
|
kubuntu-dvd::
|
||||||
lubuntu::
|
lubuntu::
|
||||||
ubuntu-unity::
|
ubuntu-unity::
|
||||||
mythbuntu::
|
|
||||||
ubuntu::
|
ubuntu::
|
||||||
ubuntu:legacy:
|
ubuntu:legacy:
|
||||||
ubuntu-base::
|
ubuntu-base::
|
||||||
|
@ -656,7 +656,7 @@ case $PROJECT in
|
|||||||
edubuntu|kubuntu|kubuntu-dvd|ubuntu-budgie|ubuntu-gnome|ubuntucinnamon|ubuntukylin)
|
edubuntu|kubuntu|kubuntu-dvd|ubuntu-budgie|ubuntu-gnome|ubuntucinnamon|ubuntukylin)
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
;;
|
;;
|
||||||
lubuntu|mythbuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|xubuntu)
|
lubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|xubuntu)
|
||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -820,11 +820,6 @@ case $PROJECT in
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
mythbuntu)
|
|
||||||
add_task install minimal standard mythbuntu-desktop
|
|
||||||
LIVE_TASK='mythbuntu-live'
|
|
||||||
;;
|
|
||||||
|
|
||||||
lubuntu)
|
lubuntu)
|
||||||
add_task install minimal standard lubuntu-desktop
|
add_task install minimal standard lubuntu-desktop
|
||||||
LIVE_TASK='lubuntu-live'
|
LIVE_TASK='lubuntu-live'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user