The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/distrobuilder/pull/109
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Fix architecture key in examples. Signed-off-by: Thomas Hipp <[email protected]>
From b1821dc52f699b00434800dc3464e1f057d57d75 Mon Sep 17 00:00:00 2001 From: Thomas Hipp <[email protected]> Date: Fri, 6 Jul 2018 12:20:25 +0200 Subject: [PATCH] examples: arch -> architecture Fix architecture key in examples. Signed-off-by: Thomas Hipp <[email protected]> --- 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
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
