From: Minh Diep Date: Mon, 29 Apr 2024 23:52:39 +0000 (-0700) Subject: EX-9688 build: Update lipe distro support X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=6b7176d889d95cd3f85978bd37c2d84582c8a344;p=fs%2Flustre-release.git 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 --- 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")