From bc51af184b64ffda43c548e6a569d2dc01f2f758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 6 Apr 2018 13:51:53 +0200 Subject: [PATCH] Clarify the meaning of arches & multilib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This affects the compose tooling. While the definition was agreed on some time ago, the specification hasn't been updated. Let's fix that. Signed-off-by: Petr Ĺ abata --- spec.v1.yaml | 8 ++++---- spec.v2.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/spec.v1.yaml b/spec.v1.yaml index 74542501e..1f777ff50 100644 --- a/spec.v1.yaml +++ b/spec.v1.yaml @@ -223,15 +223,15 @@ data: xxx: rationale: xxx demonstrates arches and multilib. # xxx is only available on the listed architectures. - # TODO: This needs a better definition of what the - # architectures here actually mean. + # Includes specific hardware architectures, not families. + # See the data.arch field for details. # Optional, defaults to all available arches. arches: [ i686, x86_64 ] # A list of architectures with multilib # installs, i.e. both i686 and x86_64 # versions will be installed on x86_64. - # TODO: This needs to be reworked or dropped as it's - # not at all useful in the current state. + # Includes specific hardware architectures, not families. + # See the data.arch field for details. # Optional, defaults to no multilib. multilib: [ x86_64 ] xyz: diff --git a/spec.v2.yaml b/spec.v2.yaml index 56f6f5e58..69a604eb4 100644 --- a/spec.v2.yaml +++ b/spec.v2.yaml @@ -260,15 +260,15 @@ data: xxx: rationale: xxx demonstrates arches and multilib. # xxx is only available on the listed architectures. - # TODO: This needs a better definition of what the - # architectures here actually mean. + # Includes specific hardware architectures, not families. + # See the data.arch field for details. # Optional, defaults to all available arches. arches: [ i686, x86_64 ] # A list of architectures with multilib # installs, i.e. both i686 and x86_64 # versions will be installed on x86_64. - # TODO: This needs to be reworked or dropped as it's - # not at all useful in the current state. + # Includes specific hardware architectures, not families. + # See the data.arch field for details. # Optional, defaults to no multilib. multilib: [ x86_64 ] xyz: