~james-page/ubuntu/wily/juju-core/mir-fixes

« back to all changes in this revision

Viewing changes to src/launchpad.net/juju-core/cmd/plugins/juju-metadata/validatetoolsmetadata.go

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-03-28 08:58:42 UTC
  • mfrom: (1.1.21)
  • Revision ID: package-import@ubuntu.com-20140328085842-cyzrgc120bdfxwj0
Tags: 1.17.7-0ubuntu1
* New upstream point release, including fixes for:
  - no debug log with all providers on Ubuntu 14.04 (LP: #1294776).
* d/control: Add cpu-checker dependency to juju-local (LP: #1297077).

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        "launchpad.net/juju-core/environs/simplestreams"
17
17
        "launchpad.net/juju-core/environs/tools"
18
18
        "launchpad.net/juju-core/juju/arch"
 
19
        "launchpad.net/juju-core/utils"
19
20
        "launchpad.net/juju-core/version"
20
21
)
21
22
 
199
200
                        return err
200
201
                }
201
202
                params.Sources = []simplestreams.DataSource{simplestreams.NewURLDataSource(
202
 
                        "local metadata directory", toolsURL, simplestreams.VerifySSLHostnames),
 
203
                        "local metadata directory", toolsURL, utils.VerifySSLHostnames),
203
204
                }
204
205
        }
205
206