mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-11 19:01:31 +00:00
Use stable as the default branch for ubuntu-image.
This commit is contained in:
parent
6a0fa4f6d4
commit
613a56ade4
@ -90,7 +90,7 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
|
|||||||
# Use ubuntu-image instead of live-build
|
# Use ubuntu-image instead of live-build
|
||||||
|
|
||||||
export SNAPPY_STORE_NO_CDN=1
|
export SNAPPY_STORE_NO_CDN=1
|
||||||
LB_UBUNTU_IMAGE_CHANNEL="${LB_UBUNTU_IMAGE_CHANNEL:-edge}"
|
LB_UBUNTU_IMAGE_CHANNEL="${LB_UBUNTU_IMAGE_CHANNEL:-stable}"
|
||||||
snap install \
|
snap install \
|
||||||
--classic --channel="$LB_UBUNTU_IMAGE_CHANNEL" ubuntu-image
|
--classic --channel="$LB_UBUNTU_IMAGE_CHANNEL" ubuntu-image
|
||||||
|
|
||||||
@ -157,7 +157,7 @@ fi
|
|||||||
|
|
||||||
if [ "$PROJECT" = "ubuntu-core-desktop" ]; then
|
if [ "$PROJECT" = "ubuntu-core-desktop" ]; then
|
||||||
export SNAPPY_STORE_NO_CDN=1
|
export SNAPPY_STORE_NO_CDN=1
|
||||||
LB_UBUNTU_IMAGE_CHANNEL="${LB_UBUNTU_IMAGE_CHANNEL:-edge}"
|
LB_UBUNTU_IMAGE_CHANNEL="${LB_UBUNTU_IMAGE_CHANNEL:-stable}"
|
||||||
snap install \
|
snap install \
|
||||||
--classic --channel="$LB_UBUNTU_IMAGE_CHANNEL" ubuntu-image
|
--classic --channel="$LB_UBUNTU_IMAGE_CHANNEL" ubuntu-image
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user