Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(277)

Unified Diff: cmd/juju/deploy.go

Issue 68000045: Use stats=0 for charm store interaction by CI
Patch Set: Use stats=0 for charm store interaction by CI Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cmd/juju/deploy.go
=== modified file 'cmd/juju/deploy.go'
--- cmd/juju/deploy.go 2014-01-22 22:48:54 +0000
+++ cmd/juju/deploy.go 2014-03-07 11:26:56 +0000
@@ -141,7 +141,7 @@
return err
}
- repo = config.AuthorizeCharmRepo(repo, conf)
+ repo = config.SpecializeCharmRepo(repo, conf)
curl, err = addCharmViaAPI(client, ctx, curl, repo)
if err != nil {
@@ -212,7 +212,7 @@
return err
}
- repo = config.AuthorizeCharmRepo(repo, conf)
+ repo = config.SpecializeCharmRepo(repo, conf)
// TODO(fwereade) it's annoying to roundtrip the bytes through the client
// here, but it's the original behaviour and not convenient to change.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b