mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-10 02:41:15 +00:00
Use a snap cohort key for consistent parallel builds (LP: #1866159)
This commit is contained in:
parent
1f4b996077
commit
ace52c572b
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.408.57) xenial; urgency=medium
|
||||
|
||||
* Use a snap cohort key for consistent parallel builds (LP: #1866159)
|
||||
|
||||
-- Robert C Jennings <robert.jennings@canonical.com> Fri, 21 Feb 2020 21:32:37 -0600
|
||||
|
||||
livecd-rootfs (2.408.56) xenial; urgency=medium
|
||||
|
||||
* Backport enabling of adding extra snaps to ubuntu-core images via the
|
||||
|
@ -367,6 +367,7 @@ _snap_preseed() {
|
||||
set -x;
|
||||
cd /var/lib/snapd/seed;
|
||||
SNAPPY_STORE_NO_CDN=1 snap download \
|
||||
--cohort="${COHORT_KEY:-}" \
|
||||
--channel=$CHANNEL \"$SNAP_NAME\"" || snap_download_failed=1
|
||||
if [ $snap_download_failed = 1 ] ; then
|
||||
echo "If the channel ($CHANNEL) includes '*/ubuntu-##.##' track per "
|
||||
|
Loading…
x
Reference in New Issue
Block a user