mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 05:07:09 +00:00
Per discussion with Adam, don't make this an LB_ variable since it's not actually part of live-build; instead we will look to pass it into the environment through launchpad-buildd
This commit is contained in:
parent
f04a535b0c
commit
53e1feefdb
@ -618,7 +618,6 @@ lb config noauto \
|
||||
echo "LB_CHROOT_HOOKS=\"$CHROOT_HOOKS\"" >> config/chroot
|
||||
echo "LB_BINARY_HOOKS=\"$BINARY_HOOKS\"" >> config/binary
|
||||
echo "BUILDSTAMP=\"$NOW\"" >> config/binary
|
||||
echo "LB_IMAGE_FLAVORS=\"$IMAGE_FLAVORS\"" >> config/binary
|
||||
|
||||
case $ARCH+$SUBARCH in
|
||||
armhf+raspi2)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
case $LB_IMAGE_FLAVORS in
|
||||
case $IMAGE_TARGETS in
|
||||
""|*qcow2*)
|
||||
;;
|
||||
*)
|
||||
|
@ -9,7 +9,7 @@ case $ARCH in
|
||||
exit 0;;
|
||||
esac
|
||||
|
||||
case $LB_IMAGE_FLAVORS in
|
||||
case ${IMAGE_TARGETS:-} in
|
||||
""|*vmdk*)
|
||||
;;
|
||||
*)
|
||||
|
@ -15,7 +15,7 @@ case $ARCH in
|
||||
exit 0;;
|
||||
esac
|
||||
|
||||
case $LB_IMAGE_FLAVORS in
|
||||
case ${IMAGE_TARGETS:-} in
|
||||
""|*ova*)
|
||||
;;
|
||||
*)
|
||||
|
@ -15,7 +15,7 @@
|
||||
# some packages in it, convert it to a vmdk, and then assemble the vagrant
|
||||
# box.
|
||||
|
||||
case $LB_IMAGE_FLAVORS in
|
||||
case $IMAGE_TARGETS in
|
||||
""|*vagrant*)
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user