diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-07 09:18:03 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-07 09:18:03 +0200 |
commit | 046acb1a031b2ad7d10cfe99130b3b3ce6c4c7ba (patch) | |
tree | bb0536374d375996092772ce9f966f11efae43e3 /getmock | |
parent | 274f2f31bef895207ef33a6e28627570440dca0d (diff) |
add F35 helpers, remove F32
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -321,7 +321,6 @@ elif [ $1 = all74 ]; then elif [ $1 = all80 ]; then [ $opt = remi ] && opt=php80 [ $opt = test ] && opt=test80 - getOneMock fc32x $opt '*8.0*' getOneMock fc33x $opt '*8.0*' getOneMock fc34x $opt '*8.0*' getOneMock el7x $opt '*8.0*' @@ -332,6 +331,7 @@ elif [ $1 = all81 ]; then [ $opt = test ] && opt=test81 getOneMock fc33x $opt '*8.1*' getOneMock fc34x $opt '*8.1*' + getOneMock fc35x $opt '*8.1*' getOneMock el7x $opt '*8.1*' getOneMock el8x81 $opt '*8.1*' @@ -352,7 +352,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock fc${i}x $opt done @@ -374,7 +374,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock scl56fc${i}x $opt done @@ -384,7 +384,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock scl70fc${i}x $opt done @@ -394,7 +394,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock scl71fc${i}x $opt done @@ -404,7 +404,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl81 ]; then - for i in 33 34 + for i in 33 34 35 do getOneMock scl81fc${i}x $opt done @@ -414,7 +414,7 @@ elif [ $1 = scl81 ]; then done elif [ $1 = scl80 ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock scl80fc${i}x $opt done @@ -424,7 +424,7 @@ elif [ $1 = scl80 ]; then done elif [ $1 = scl74 ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock scl74fc${i}x $opt done @@ -434,7 +434,7 @@ elif [ $1 = scl74 ]; then done elif [ $1 = scl73 ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock scl73fc${i}x $opt done @@ -444,7 +444,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 32 33 34 + for i in 33 34 35 do getOneMock scl72fc${i}x $opt done |