Bugfix: specify channel when requesting snap info

This commit is contained in:
Tobias Koch 2019-01-07 15:14:40 +01:00
parent 654fcae467
commit eabe867003
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -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 <rbalint@ubuntu.com> Mon, 04 Feb 2019 23:02:12 +0700

View File

@ -159,6 +159,7 @@ class Snap:
"action": "download",
"instance-key": "0",
"name": self._name,
"channel": self._channel,
}
]
}