mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 20:01:20 +00:00
Import patches-unapplied version 2.111 to ubuntu/raring-proposed
Imported using git-ubuntu import. Changelog parent: 501f253cc842d90d35bb5378d9a7171584d8fee8 New changelog entries: * live-build/auto/config: Add ubuntukylin as a valid project (LP: #1152812). * BuildLiveCD: Remove the explicit list of valid projects. This is a hassle to modify, and not very useful since an invalid project will fail soon enough anyway.
This commit is contained in:
parent
501f253cc8
commit
274612fa2e
@ -87,15 +87,6 @@ case ${ARCH} in
|
||||
*) LINUX32="";;
|
||||
esac
|
||||
|
||||
for arg in "$@"; do
|
||||
case "$arg" in
|
||||
*ubuntu|*ubuntu-dvd|kubuntu-active|ubuntu-lpia|ubuntu-mid|ubuntu-umpc|ubuntu-mobile|ubuntu-netbook|ubuntu-moblin-remix|mythbuntu|ubuntustudio-dvd|base|tocd|ubuntu-headless|ubuntu-server|ubuntu-core|cloud-live) ;;
|
||||
*)
|
||||
echo "bad project: $arg" >&2
|
||||
exit 2
|
||||
;;
|
||||
esac
|
||||
done
|
||||
if [ "`echo $@ | wc -w`" -gt "1" ]; then
|
||||
for arg in "$@"; do
|
||||
$0 $arg
|
||||
|
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
||||
livecd-rootfs (2.111) raring; urgency=low
|
||||
|
||||
* live-build/auto/config: Add ubuntukylin as a valid project
|
||||
(LP: #1152812).
|
||||
* BuildLiveCD: Remove the explicit list of valid projects. This is a
|
||||
hassle to modify, and not very useful since an invalid project will fail
|
||||
soon enough anyway.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Sat, 09 Mar 2013 12:13:24 +0000
|
||||
|
||||
livecd-rootfs (2.110) raring; urgency=low
|
||||
|
||||
* live-build/auto/config: Drop ubuntustudio-audio-plugins task.
|
||||
|
@ -233,6 +233,13 @@ case $PROJECT in
|
||||
esac
|
||||
;;
|
||||
|
||||
ubuntukylin)
|
||||
add_task install minimal standard ubuntu-desktop
|
||||
add_package install ubuntukylin-default-settings
|
||||
LIVE_TASK='ubuntu-live'
|
||||
COMPONENTS='main restricted universe'
|
||||
;;
|
||||
|
||||
base)
|
||||
add_task install minimal standard
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user