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

« back to all changes in this revision

Viewing changes to src/launchpad.net/juju-core/juju/arch/arch_test.go

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-04-07 18:24:59 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20140407182459-1b6zvm5ygm4ki7yp
Tags: 1.18.0-0ubuntu1
* New upstream release (LP: #1287147), including fixes for:
  - maas/lxc: LXC permission denied issue (LP: #1299588).
  - core: mega-watcher for machines does not include container
    addresses (LP: #1301464).

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                {"386", "i386"},
34
34
                {"i386", "i386"},
35
35
                {"i486", "i386"},
36
 
                {"armv", "arm"},
37
 
                {"armv7", "arm"},
 
36
                {"arm", "armhf"},
 
37
                {"armv", "armhf"},
 
38
                {"armv7", "armhf"},
38
39
                {"aarch64", "arm64"},
39
40
                {"ppc64el", "ppc64"},
40
41
                {"ppc64le", "ppc64"},