Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Bundle notfound error #36
Conversation
wallyworld
added some commits
Nov 4, 2015
|
Test PASSed. |
axw
reviewed
Nov 4, 2015
| func CharmNotFound(url string) error { | ||
| return &NotFoundError{ | ||
| msg: "charm not found: " + url, | ||
| } | ||
| } | ||
| +// BundleNotFound represents an error indicating that the |
|
LGTM with a couple of trivial doc changes. |
|
Test PASSed. |
|
|
|
Status: merge request accepted. Url: http://ci.jujugui.org:8080/job/charmrepo-merge |
added a commit
that referenced
this pull request
Nov 4, 2015
jujugui
merged commit 02109f9
into
juju:v2-unstable
Nov 4, 2015
1 check passed
default
Merged build finished.
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedNov 4, 2015
Add a new BundleNotFound error to match what is done for charms.
Also, when loading a charm or bundle from a path, check that a supplied path exists before testing if it is relative or not.