From 4f4fa392481fa03d340e899e5e2874aa353caf25 Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Tue, 14 May 2024 15:31:43 +0200 Subject: [PATCH] Migrate to Alma9 the message regarding prerequisites --- alibuild_helpers/doctor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alibuild_helpers/doctor.py b/alibuild_helpers/doctor.py index 46fd7da6..f57d94d0 100644 --- a/alibuild_helpers/doctor.py +++ b/alibuild_helpers/doctor.py @@ -86,7 +86,7 @@ def doDoctor(args, parser): warning("Unable to find system compiler.\n" "%s\n" "Please follow prerequisites:\n" - "* On Centos compatible systems: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-centos7.html\n" + "* On RHEL9 compatible systems (e.g. Alma9): https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-alma9.html\n" "* On Fedora compatible systems: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-fedora.html\n" "* On Ubuntu compatible systems: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-ubuntu.html\n" "* On macOS: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-macos.html\n", @@ -96,7 +96,7 @@ def doDoctor(args, parser): error("Unable to find git.\n" "%s\n" "Please follow prerequisites:\n" - "* On Centos compatible systems: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-centos7.html\n" + "* On RHEL9 compatible systems (e.g. Alma9): https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-alma9.html\n" "* On Fedora compatible systems: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-fedora.html\n" "* On Ubuntu compatible systems: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-ubuntu.html\n" "* On macOS: https://alice-doc.github.io/alice-analysis-tutorial/building/prereq-macos.html\n",