From f21af15a64baf356efd62daa3489fcb8ad1a71bc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Aug 2018 15:17:30 +0200 Subject: +f29 -f25 --- getmock | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index 59ad33f..1a75836 100755 --- a/getmock +++ b/getmock @@ -219,7 +219,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 25 26 27 28 + for i in 26 27 28 29 do getOneMock fc${i}i $opt done @@ -257,11 +257,6 @@ elif [ $1 = all70 ]; then elif [ $1 = all71 ]; then [ $opt = remi ] && opt=php71 [ $opt = test ] && opt=test71 - for n in 25 - do - getOneMock fc${n}i $opt '*7.1*' - getOneMock fc${n}x $opt '*7.1*' - done n=6 getOneMock el${n}i $opt '*7.1*' getOneMock el${n}x $opt '*7.1*' @@ -271,7 +266,7 @@ elif [ $1 = all71 ]; then elif [ $1 = all72 ]; then [ $opt = remi ] && opt=php72 [ $opt = test ] && opt=test72 - for n in 25 26 27 + for n in 26 27 do getOneMock fc${n}i $opt '*7.2*' getOneMock fc${n}x $opt '*7.2*' @@ -285,7 +280,7 @@ elif [ $1 = all72 ]; then elif [ $1 = all73 ]; then [ $opt = remi ] && opt=php73 [ $opt = test ] && opt=test73 - for n in 27 28 + for n in 27 28 29 do getOneMock fc${n}i $opt '*7.3*' getOneMock fc${n}x $opt '*7.3*' @@ -318,7 +313,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 25 26 27 28 + for i in 26 27 28 29 do getOneMock fc${i}x $opt done @@ -328,27 +323,19 @@ elif [ $1 = allx ]; then done elif [ $1 = scl54 ]; then - for i in 25 - do - getOneMock scl54fc${i}x $opt - done for i in 6 7 do getOneMock scl54el${i}x $opt done elif [ $1 = scl55 ]; then - for i in 25 - do - getOneMock scl55fc${i}x $opt - done for i in 6 7 do getOneMock scl55el${i}x $opt done elif [ $1 = scl56 ]; then - for i in 25 26 27 28 + for i in 26 27 28 do getOneMock scl56fc${i}x $opt done @@ -358,7 +345,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 25 26 27 28 + for i in 26 27 28 do getOneMock scl70fc${i}x $opt done @@ -368,7 +355,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 25 26 27 28 + for i in 26 27 28 do getOneMock scl71fc${i}x $opt done @@ -388,7 +375,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 25 26 27 28 + for i in 26 27 28 do getOneMock scl72fc${i}x $opt done -- cgit