From 150a7427521f9395f27ea33c2471051e27deb2dd Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Sat, 8 Nov 2008 09:51:25 -0600 Subject: [PATCH] switch mythbuntu builds to use metas instead of tasks since soyuz doesn't support mythbuntu tasks as of yet --- debian/changelog | 8 ++++++++ livecd.sh | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1941399f..27be4cb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (0.74) jaunty; urgency=low + + * For mythbuntu livefs builds, we don't have tasks yet. They will be + coming in a future build of Soyuz, so for now just use the + metapackages instead. + + -- Mario Limonciello Sat, 08 Nov 2008 09:49:56 -0600 + livecd-rootfs (0.73) jaunty; urgency=low * Add ubuntu-umpc support (equivalent to previous ubuntu-mobile). diff --git a/livecd.sh b/livecd.sh index 402d2e96..6165d02f 100755 --- a/livecd.sh +++ b/livecd.sh @@ -210,8 +210,8 @@ Flags: seen COMP="main restricted universe multiverse" ;; mythbuntu) - LIST="$LIST minimal^ standard^ mythbuntu-desktop^" - LIVELIST="mythbuntu-live^ laptop-detect casper lupin-casper" + LIST="$LIST minimal^ standard^ mythbuntu-desktop" + LIVELIST="mythbuntu-live laptop-detect casper lupin-casper" COMP="main restricted universe multiverse" ;; base)