mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-19 23:03:00 +00:00
Merge remote-tracking branch 'rcj/feature/snap_cohort_key-xenial' into ubuntu/xenial
This commit is contained in:
commit
2738ffc1b3
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.408.58) 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.57) xenial; urgency=medium
|
livecd-rootfs (2.408.57) xenial; urgency=medium
|
||||||
|
|
||||||
* Preserve apt preferences created by any package we install (i.e.
|
* Preserve apt preferences created by any package we install (i.e.
|
||||||
|
@ -367,6 +367,7 @@ _snap_preseed() {
|
|||||||
set -x;
|
set -x;
|
||||||
cd /var/lib/snapd/seed;
|
cd /var/lib/snapd/seed;
|
||||||
SNAPPY_STORE_NO_CDN=1 snap download \
|
SNAPPY_STORE_NO_CDN=1 snap download \
|
||||||
|
--cohort="${COHORT_KEY:-}" \
|
||||||
--channel=$CHANNEL \"$SNAP_NAME\"" || snap_download_failed=1
|
--channel=$CHANNEL \"$SNAP_NAME\"" || snap_download_failed=1
|
||||||
if [ $snap_download_failed = 1 ] ; then
|
if [ $snap_download_failed = 1 ] ; then
|
||||||
echo "If the channel ($CHANNEL) includes '*/ubuntu-##.##' track per "
|
echo "If the channel ($CHANNEL) includes '*/ubuntu-##.##' track per "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user