From 6b7176d889d95cd3f85978bd37c2d84582c8a344 Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Mon, 29 Apr 2024 16:52:39 -0700 Subject: [PATCH] EX-9688 build: Update lipe distro support In ARM rocky9.3, Rocky is now RockyLinux Test-Parameters: trivial Change-Id: I232a1066e3cda8e4cb1be04133432075a20402fe Signed-off-by: Minh Diep Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/54957 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- lipe/detect-distro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lipe/detect-distro.sh b/lipe/detect-distro.sh index f37f649..6b4734c 100755 --- a/lipe/detect-distro.sh +++ b/lipe/detect-distro.sh @@ -19,7 +19,7 @@ if which lsb_release >/dev/null 2>&1; then "EnterpriseEnterpriseServer") name="oel" ;; - RedHatEnterprise* | "ScientificSL" | "CentOS" | "AlmaLinux" | "Rocky") + RedHatEnterprise* | Rocky* | "ScientificSL" | "CentOS" | "AlmaLinux") name="rhel" ;; "SUSE LINUX") -- 1.8.3.1