summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-16 11:34:01 +0200
committerRemi Collet <remi@php.net>2023-10-16 11:34:01 +0200
commit657537ca5c20a5834e458cf38d2ff8bb6ab8a73d (patch)
treef95dfe8744660e3155597f57a29849c0e382cb43 /getmock
parent2e73218888e8ec68400d0e710235e5df897e378e (diff)
EL-8 aarch64 7.2 and 7.3 helpers
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock8
1 files changed, 6 insertions, 2 deletions
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 $*