mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
auto/config: Set FLAVOUR appropriately for flavours added since the expand-task branch was created.
This commit is contained in:
parent
6b92be9504
commit
01b851e162
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.838) UNRELEASED; urgency=medium
|
||||
|
||||
* auto/config: Set FLAVOUR appropriately for flavours added since the
|
||||
expand-task branch was created.
|
||||
|
||||
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Wed, 17 May 2023 13:24:43 +1200
|
||||
|
||||
livecd-rootfs (2.837) mantic; urgency=medium
|
||||
|
||||
* auto/config: Rewrite add_task to use a Python script that cribs the logic
|
||||
|
@ -620,6 +620,9 @@ fi
|
||||
|
||||
mkdir -p config/germinate-output
|
||||
case $PROJECT in
|
||||
edubuntu*)
|
||||
FLAVOUR=edubuntu
|
||||
;;
|
||||
kubuntu*)
|
||||
FLAVOUR=kubuntu
|
||||
;;
|
||||
@ -645,7 +648,7 @@ case $PROJECT in
|
||||
FLAVOUR=ubuntustudio
|
||||
;;
|
||||
ubuntucinnamon*)
|
||||
SEED=ubuntucinnamon.$SUITE
|
||||
FLAVOUR=ubuntucinnamon
|
||||
;;
|
||||
*)
|
||||
FLAVOUR=ubuntu
|
||||
|
Loading…
x
Reference in New Issue
Block a user