Review: Approve


Diff comments:

> diff --git a/live-build/auto/config b/live-build/auto/config
> index 1722e98..2e0fda8 100755
> --- a/live-build/auto/config
> +++ b/live-build/auto/config
> @@ -776,7 +776,14 @@ case $PROJECT in
>               ;;
>  
>       xubuntu)
> -             add_task install minimal standard xubuntu-desktop
> +             case ${SUBPROJECT:-} in
> +                     minimal)
> +                             add_task install minimal standard 
> xubuntu-desktop-minimal
> +                             ;;
> +                     *)
> +                             add_task install minimal standard 
> xubuntu-desktop
> +                             ;;
> +             esac

could be clever here and just write 'add_task install minimal standard 
xubuntu-desktop-${SUBPROJECT:+-$SUBPROJECT}' but nah

>               add_package install xterm
>               LIVE_TASK='xubuntu-live'
>               case $ARCH in


-- 
https://code.launchpad.net/~xubuntu-dev/livecd-rootfs/+git/livecd-rootfs/+merge/435315
Your team Xubuntu Developers is subscribed to branch 
~xubuntu-dev/livecd-rootfs:xubuntu-core.


_______________________________________________
Mailing list: https://launchpad.net/~xubuntu-dev
Post to     : xubuntu-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~xubuntu-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to