Skip to content

Commit

Permalink
Migrate to Alma9 the message regarding prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed May 14, 2024
1 parent 2e626ea commit 4f4fa39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alibuild_helpers/doctor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 4f4fa39

Please sign in to comment.