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

Unified Diff: cmd/juju/bootstrap.go

Issue 8726044: environs: use new tool-finding funcs
Patch Set: environs: use new tool-finding funcs Created 11 years, 11 months 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
« no previous file with comments | « [revision details] ('k') | cmd/juju/bootstrap_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/juju/bootstrap.go
=== modified file 'cmd/juju/bootstrap.go'
--- cmd/juju/bootstrap.go 2013-04-17 04:08:39 +0000
+++ cmd/juju/bootstrap.go 2013-04-17 06:39:43 +0000
@@ -69,7 +69,7 @@
if c.UploadTools {
// Force version.Current, for consistency with subsequent upgrade-juju
// (see UpgradeJujuCommand).
- forceVersion := version.Current.Number
+ forceVersion := uploadVersion(version.Current.Number, nil)
cfg := environ.Config()
series := getUploadSeries(cfg, c.Series)
tools, err := uploadTools(environ.Storage(), &forceVersion, series...)
« no previous file with comments | « [revision details] ('k') | cmd/juju/bootstrap_test.go » ('j') | no next file with comments »

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