From eabe867003eb5d4b7a748f099facd787d6f3235e Mon Sep 17 00:00:00 2001 From: Tobias Koch Date: Mon, 7 Jan 2019 15:14:40 +0100 Subject: [PATCH] Bugfix: specify channel when requesting snap info --- debian/changelog | 2 ++ snap-tool | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0a269d6c..180b3817 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ livecd-rootfs (2.560) UNRELEASED; urgency=medium [ Tobias Koch ] * When the REPO_SNAPSHOT_STAMP environment variable is set, inject a proxy into the build providing a snapshot view of the package repo. + * Replace "snap download" with tool that uses snap store's coherence + feature. -- Balint Reczey Mon, 04 Feb 2019 23:02:12 +0700 diff --git a/snap-tool b/snap-tool index cf25b106..0aace8dc 100755 --- a/snap-tool +++ b/snap-tool @@ -159,6 +159,7 @@ class Snap: "action": "download", "instance-key": "0", "name": self._name, + "channel": self._channel, } ] }