From e4d780f75c9d9fd5978d1b4130eb5d742f01a5be Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 15 Nov 2008 23:28:58 -0800 Subject: [PATCH] BuildLiveCD: recognize 'mythbuntu' as a valid project name --- BuildLiveCD | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/BuildLiveCD b/BuildLiveCD index daaf3bae..b1c402df 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -85,7 +85,7 @@ esac for arg in "$@"; do case "$arg" in - *ubuntu|*ubuntu-dvd|kubuntu-kde4|ubuntu-lpia|base|tocd) ;; + *ubuntu|*ubuntu-dvd|kubuntu-kde4|ubuntu-lpia|mythbuntu|base|tocd) ;; *) echo "bad project: $arg" >&2 exit 2 diff --git a/debian/changelog b/debian/changelog index 27be4cb5..9b7ad55b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.74ubuntu1) UNRELEASED; urgency=low + + * BuildLiveCD: recognize 'mythbuntu' as a valid project name + + -- Steve Langasek Sat, 15 Nov 2008 23:28:26 -0800 + livecd-rootfs (0.74) jaunty; urgency=low * For mythbuntu livefs builds, we don't have tasks yet. They will be