diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-23 09:22:34 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-23 09:22:34 +0100 |
commit | a9bce0428b5c33a9975e975596c89bf69fe110f0 (patch) | |
tree | 9c7813687e7ba1bbf6f24e9abbed93a6a2393800 /getmock | |
parent | b58f7c1e3c239b7304dd759c6ecde5732feb025f (diff) |
redis 7.2 helpers
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -515,6 +515,17 @@ elif [ $1 = allr70 ]; then getOneMock el9x $opt '*7.0*' getOneMock el9a $opt '*7.0*' +elif [ $1 = allr72 ]; then + opt=remi + getOneMock el7x $opt '*7.2*' + opt=redis72 + getOneMock fc36x $opt '*7.2*' + getOneMock fc37x $opt '*7.2*' + getOneMock fc38x $opt '*7.2*' + getOneMock el8x $opt '*7.2*' + getOneMock el9x $opt '*7.2*' + getOneMock el9a $opt '*7.2*' + elif [ $1 = allm ]; then opt=remi getOneMock el7x $opt '*1.6*' @@ -583,7 +594,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl82 ]; then - for i in 36 37 + for i in 36 37 38 do getOneMock scl82fc${i}x $opt done @@ -593,7 +604,7 @@ elif [ $1 = scl82 ]; then done elif [ $1 = scl81 ]; then - for i in 36 37 + for i in 36 37 38 do getOneMock scl81fc${i}x $opt done @@ -603,7 +614,7 @@ elif [ $1 = scl81 ]; then done elif [ $1 = scl80 ]; then - for i in 36 37 + for i in 36 37 38 do getOneMock scl80fc${i}x $opt done @@ -613,7 +624,7 @@ elif [ $1 = scl80 ]; then done elif [ $1 = scl74 ]; then - for i in 36 37 + for i in 36 37 38 do getOneMock scl74fc${i}x $opt done |