Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add CharmStore.ResolveWithChannel(). #84
Conversation
ericsnowcurrently
added some commits
Apr 6, 2016
|
Test PASSed. |
|
LGTM |
|
|
|
Status: merge request accepted. Url: http://ci.jujugui.org:8080/job/charmrepo-merge |
jujugui
merged commit 9a33b60
into
juju:v2-unstable
Apr 8, 2016
1 check passed
default
Merged build finished.
Details
ericsnowcurrently
deleted the
ericsnowcurrently:best-channel
branch
Apr 8, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ericsnowcurrently commentedApr 6, 2016
We need a reliable way to determine which channel will be used for a charm URL. The natural place to get that info is when resolving that charm URL. This patch adds a ResolveWithChannel() method to the CharmStore type.