diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-16 11:34:01 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-16 11:34:01 +0200 |
commit | 657537ca5c20a5834e458cf38d2ff8bb6ab8a73d (patch) | |
tree | f95dfe8744660e3155597f57a29849c0e382cb43 /getmock | |
parent | 2e73218888e8ec68400d0e710235e5df897e378e (diff) |
EL-8 aarch64 7.2 and 7.3 helpers
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 $* |