diff options
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 $* |