mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 17:31:38 +00:00
fix: Use Ubuntu policy default channel "latest" for preseeded snaps (LP: #2061121)
Recent Mantic cloud image builds fail after default track for LXD change to "5.21" instead of "latest" This changes preseed from "latest/" for all snaps and no longer assume that "latest/" is the default.
This commit is contained in:
parent
eabde6cde5
commit
2a029bacf1
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (23.10.59) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Use Ubuntu policy default channel "latest" for preseeded snaps
|
||||||
|
(LP: #2061121)
|
||||||
|
|
||||||
|
-- Philip Roche <phil.roche@canonical.com> Fri, 12 Apr 2024 12:37:29 +0100
|
||||||
|
|
||||||
livecd-rootfs (23.10.58) mantic; urgency=medium
|
livecd-rootfs (23.10.58) mantic; urgency=medium
|
||||||
|
|
||||||
[ Simon Poirier ]
|
[ Simon Poirier ]
|
||||||
|
@ -730,7 +730,7 @@ snap_preseed() {
|
|||||||
CHANNEL=${2#*=}
|
CHANNEL=${2#*=}
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
CHANNEL="stable/ubuntu-$(release_ver)"
|
CHANNEL="latest/stable/ubuntu-$(release_ver)"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user