diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-10 09:06:00 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-10 09:06:00 +0100 |
commit | a3d7e68fe86c66e3716b11f4bb36fcd22b8930ab (patch) | |
tree | 703e165c0daf5e5702bb108a402df1bce4960006 /getmock | |
parent | 81d5c5834c1da04cf1323b732550204eda477312 (diff) |
F35 is closed
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 38 |
1 files changed, 5 insertions, 33 deletions
@@ -441,7 +441,6 @@ elif [ $1 = all73 ]; then elif [ $1 = all74 ]; then [ $opt = remi ] && opt=php74 [ $opt = test ] && opt=test74 - getOneMock fc35x74 $opt '*7.4*' getOneMock fc36x74 $opt '*7.4*' getOneMock fc37x74 $opt '*7.4*' getOneMock el7x74 $opt '*7.4*' @@ -450,7 +449,6 @@ elif [ $1 = all74 ]; then getOneMock el9a74 $opt '*7.4*' elif [ $1 = all80 ]; then - getOneMock fc35x $opt '*8.0*' [ $opt = remi ] && opt=php80 [ $opt = test ] && opt=test80 getOneMock fc36x80 $opt '*8.0*' @@ -463,7 +461,6 @@ elif [ $1 = all80 ]; then elif [ $1 = all81 ]; then [ $opt = remi ] && opt=php81 [ $opt = test ] && opt=test81 - getOneMock fc35x81 $opt '*8.1*' getOneMock fc36x81 $opt '*8.1*' getOneMock fc37x81 $opt '*8.1*' getOneMock el7x81 $opt '*8.1*' @@ -474,7 +471,6 @@ elif [ $1 = all81 ]; then elif [ $1 = all82 ]; then [ $opt = remi ] && opt=php82 [ $opt = test ] && opt=test82 - getOneMock fc35x82 $opt '*8.2*' getOneMock fc36x82 $opt '*8.2*' getOneMock fc37x82 $opt '*8.2*' getOneMock el7x82 $opt '*8.2*' @@ -484,7 +480,6 @@ elif [ $1 = all82 ]; then elif [ $1 = allr60 ]; then opt=remi - getOneMock fc35x $opt '*6.0*' getOneMock el7x $opt '*6.0*' opt=redis60 getOneMock fc36x $opt '*6.0*' @@ -495,7 +490,6 @@ elif [ $1 = allr60 ]; then elif [ $1 = allr62 ]; then opt=remi - getOneMock fc35x $opt '*6.2*' getOneMock el7x $opt '*6.2*' opt=redis62 getOneMock fc36x $opt '*6.2*' @@ -506,7 +500,6 @@ elif [ $1 = allr62 ]; then elif [ $1 = allr70 ]; then opt=remi - getOneMock fc35x $opt '*7.0*' getOneMock el7x $opt '*7.0*' opt=redis70 getOneMock fc36x $opt '*7.0*' @@ -517,7 +510,6 @@ elif [ $1 = allr70 ]; then elif [ $1 = allm ]; then opt=remi - getOneMock fc35x $opt '*1.6*' getOneMock el7x $opt '*1.6*' getOneMock el8x $opt '*1.6*' opt=memcached @@ -543,7 +535,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 35 36 37 + for i in 36 37 do getOneMock fc${i}x $opt done @@ -565,37 +557,25 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 35 - do - getOneMock scl56fc${i}x $opt - done for i in 7 8 do getOneMock scl56el${i}x $opt done elif [ $1 = scl70 ]; then - for i in 35 - do - getOneMock scl70fc${i}x $opt - done for i in 7 8 do getOneMock scl70el${i}x $opt done elif [ $1 = scl71 ]; then - for i in 35 - do - getOneMock scl71fc${i}x $opt - done for i in 7 8 do getOneMock scl71el${i}x $opt done elif [ $1 = scl82 ]; then - for i in 35 36 37 + for i in 36 37 do getOneMock scl82fc${i}x $opt done @@ -605,7 +585,7 @@ elif [ $1 = scl82 ]; then done elif [ $1 = scl81 ]; then - for i in 35 36 37 + for i in 36 37 do getOneMock scl81fc${i}x $opt done @@ -615,7 +595,7 @@ elif [ $1 = scl81 ]; then done elif [ $1 = scl80 ]; then - for i in 35 36 37 + for i in 36 37 do getOneMock scl80fc${i}x $opt done @@ -625,7 +605,7 @@ elif [ $1 = scl80 ]; then done elif [ $1 = scl74 ]; then - for i in 35 36 37 + for i in 36 37 do getOneMock scl74fc${i}x $opt done @@ -635,20 +615,12 @@ elif [ $1 = scl74 ]; then done elif [ $1 = scl73 ]; then - for i in 35 - do - getOneMock scl73fc${i}x $opt - done for i in 7 8 do getOneMock scl73el${i}x $opt done elif [ $1 = scl72 ]; then - for i in 35 - do - getOneMock scl72fc${i}x $opt - done for i in 7 8 do getOneMock scl72el${i}x $opt |