mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-09 09:02:11 +00:00
Don't install live packages in buildd images.
This commit is contained in:
parent
9ad6d93a2f
commit
f60c01ef0b
@ -150,8 +150,10 @@ case $IMAGEFORMAT in
|
|||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
case $PROJECT in
|
case $PROJECT:${SUBPROJECT:-} in
|
||||||
ubuntu-cpc)
|
ubuntu-base:buildd)
|
||||||
|
;;
|
||||||
|
ubuntu-cpc:*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
add_package live jasper
|
add_package live jasper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user