From 657537ca5c20a5834e458cf38d2ff8bb6ab8a73d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Oct 2023 11:34:01 +0200 Subject: EL-8 aarch64 7.2 and 7.3 helpers --- getmock | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index e0839c8..260d5c7 100755 --- a/getmock +++ b/getmock @@ -93,7 +93,7 @@ el?x71) fi type=enterprise ;; -el?x72) +el??72) dep=${1:2:1} if [ "$2" == "php72" -o "$2" == "test72" ] then rep=$rep @@ -103,7 +103,7 @@ el?x72) fi type=enterprise ;; -el?x73) +el??73) dep=${1:2:1} if [ "$2" == "php73" -o "$2" == "test73" ] then rep=$rep @@ -457,12 +457,14 @@ elif [ $1 = all72 ]; then [ $opt = test ] && opt=test72 getOneMock el7x72 $opt '*7.2*' getOneMock el8x72 $opt '*7.2*' + getOneMock el8a72 $opt '*7.2*' elif [ $1 = all73 ]; then [ $opt = remi ] && opt=php73 [ $opt = test ] && opt=test73 getOneMock el7x73 $opt '*7.3*' getOneMock el8x73 $opt '*7.3*' + getOneMock el8a73 $opt '*7.3*' elif [ $1 = all74 ]; then [ $opt = remi ] && opt=php74 @@ -769,12 +771,14 @@ elif [ $1 = scl73 ]; then do getOneMock scl73el${i}x $opt done + getOneMock scl73el8a $opt elif [ $1 = scl72 ]; then for i in 7 8 do getOneMock scl72el${i}x $opt done + getOneMock scl72el8a $opt else for i in $* -- cgit