|
|
@ -1025,9 +1025,6 @@ esac
|
|
|
|
# we'll expand the base seed given here according to the STRUCTURE file, and
|
|
|
|
# we'll expand the base seed given here according to the STRUCTURE file, and
|
|
|
|
# then look in all of the seeds found to see which snaps are seeded
|
|
|
|
# then look in all of the seeds found to see which snaps are seeded
|
|
|
|
case $PROJECT:${SUBPROJECT:-} in
|
|
|
|
case $PROJECT:${SUBPROJECT:-} in
|
|
|
|
ubuntu:*|kubuntu*:*|lubuntu*:*|xubuntu*:*|ubuntu-mate*:*|ubuntustudio*:*|ubuntukylin*:*|ubuntu-budgie*:*)
|
|
|
|
|
|
|
|
BASE_SEED='desktop'
|
|
|
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
ubuntu-wsl:*)
|
|
|
|
ubuntu-wsl:*)
|
|
|
|
BASE_SEED='wsl'
|
|
|
|
BASE_SEED='wsl'
|
|
|
|
;;
|
|
|
|
;;
|
|
|
@ -1037,6 +1034,9 @@ case $PROJECT:${SUBPROJECT:-} in
|
|
|
|
ubuntu-server:live)
|
|
|
|
ubuntu-server:live)
|
|
|
|
BASE_SEED='server'
|
|
|
|
BASE_SEED='server'
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
*)
|
|
|
|
|
|
|
|
BASE_SEED='desktop'
|
|
|
|
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
|
if [ "$PASSES_TO_LAYERS" != "true" ] && [ -n "${BASE_SEED}" ]; then
|
|
|
|
if [ "$PASSES_TO_LAYERS" != "true" ] && [ -n "${BASE_SEED}" ]; then
|
|
|
|