From 4010062b04d9c03cd2ffe25ce834117ee74df32d Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 27 Feb 2024 12:21:30 +0100 Subject: [PATCH] catalog spec: update supported `os` and `distribution` values (#1594) * Update the supported values of the os and distribution parameters. * Use new `distribution-unknown` --------- Co-authored-by: John Serock <1468970+serock@users.noreply.github.com> --- doc/catalog-format-spec.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/catalog-format-spec.md b/doc/catalog-format-spec.md index 6e80666f..0f6071af 100644 --- a/doc/catalog-format-spec.md +++ b/doc/catalog-format-spec.md @@ -877,11 +877,14 @@ available.'case(toolchain)'.user = false ## Parameters - - `os`: name of the OS. Currently supported values are: `linux`, `macos` and - `windows`. - - - `distribution`: name of the Linux distribution, or `none` if running on a - different OS. Currently supported values are: `debian`, `ubuntu`. + - `os`: name of the OS. Currently supported values are: `freebsd`, `linux`, + `macos`, `windows`, and `os-unknown`. + + - `distribution`: name of the Linux distribution or name of the software + distribution platform if running on a different OS. Currently supported + values are: `arch`, `centos`, `debian`, `fedora`, + `homebrew`, `macports`, `msys2`, `rhel`, `suse`, `ubuntu`, and + `distribution-unknown`. - `toolchain`: takes `system` value in distributions with the system Ada compiler first in PATH (GNAT FSF in Debian/Ubuntu), `user` otherwise (GNAT -- 2.39.5