mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
BuildLiveCD: recognize 'mythbuntu' as a valid project name
This commit is contained in:
parent
150a742752
commit
e4d780f75c
@ -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
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (0.74ubuntu1) UNRELEASED; urgency=low
|
||||
|
||||
* BuildLiveCD: recognize 'mythbuntu' as a valid project name
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user