[lxc-devel] [distrobuilder/master] examples: arch -> architecture

monstermunchkin on Github lxc-bot at linuxcontainers.org
Fri Jul 6 10:20:39 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 401 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180706/e6d20fee/attachment.bin>
-------------- next part --------------
From b1821dc52f699b00434800dc3464e1f057d57d75 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Fri, 6 Jul 2018 12:20:25 +0200
Subject: [PATCH] examples: arch -> architecture

Fix architecture key in examples.

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 doc/examples/centos                 | 2 +-
 doc/examples/fedora                 | 2 +-
 doc/examples/ubuntu-with-base-image | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/examples/centos b/doc/examples/centos
index 5ace4cd..5af6619 100644
--- a/doc/examples/centos
+++ b/doc/examples/centos
@@ -4,7 +4,7 @@ image:
   variant: Minimal
   description: CentOS {{ image.release }}
   expiry: 30d
-  arch: x86_64
+  architecture: x86_64
 
 source:
   downloader: centos-http
diff --git a/doc/examples/fedora b/doc/examples/fedora
index 61f2c34..db99ecc 100644
--- a/doc/examples/fedora
+++ b/doc/examples/fedora
@@ -3,7 +3,7 @@ image:
   release: 28
   description: Fedora {{ image.release }}
   expiry: 30d
-  arch: x86_64
+  architecture: x86_64
 
 source:
   downloader: fedora-http
diff --git a/doc/examples/ubuntu-with-base-image b/doc/examples/ubuntu-with-base-image
index d357bc3..baf0dbf 100644
--- a/doc/examples/ubuntu-with-base-image
+++ b/doc/examples/ubuntu-with-base-image
@@ -4,7 +4,7 @@ image:
   variant: default
   description: Ubuntu {{ image.release }}
   expiry: 30d
-  arch: amd64
+  architecture: amd64
 
 source:
   downloader: ubuntu-http


More information about the lxc-devel mailing list