[Bug 1273769] Re: ppc64el enablement for juju/lxc

John A Meinel john at arbash-meinel.com
Fri Feb 7 07:00:12 UTC 2014


Given the statements in bug #1276909 this seems to be a small patch so
that we have a regex to recognize the architecture.

It seems the new patch would be something like:
--- juju-core-1.17.2.orig/src/launchpad.net/juju-core/environs/manual/init.go
+++ juju-core-1.17.2/src/launchpad.net/juju-core/environs/manual/init.go
@@ -128,6 +128,7 @@ var archREs = []struct {
 	{regexp.MustCompile("amd64|x86_64"), "amd64"},
 	{regexp.MustCompile("i[3-9]86"), "i386"},
 	{regexp.MustCompile("armv.*"), "arm"},
+	{regexp.MustCompile("ppc64el"), "ppc64el"},
 }

I don't personally have a way to test this, and I don't know the exact
strings that we should be using.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1273769

Title:
  ppc64el enablement for juju/lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1273769/+subscriptions



More information about the Ubuntu-server-bugs mailing list