From 8d4fce012dcd8f220c9763d2620713dc205c5b56 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Feb 2018 08:58:39 +0100 Subject: add f28 and drop f24 everywhere --- getmock | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index ca5af9e..d82f072 100755 --- a/getmock +++ b/getmock @@ -197,7 +197,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 24 25 26 27 28 + for i in 25 26 27 28 do getOneMock fc${i}i $opt done @@ -226,11 +226,6 @@ elif [ $1 = all56 ]; then elif [ $1 = all70 ]; then [ $opt = remi ] && opt=php70 [ $opt = test ] && opt=test70 - for n in 24 - do - getOneMock fc${n}i $opt '*7.0*' - getOneMock fc${n}x $opt '*7.0*' - done n=6 getOneMock el${n}i $opt '*7.0*' getOneMock el${n}x $opt '*7.0*' @@ -240,7 +235,7 @@ elif [ $1 = all70 ]; then elif [ $1 = all71 ]; then [ $opt = remi ] && opt=php71 [ $opt = test ] && opt=test71 - for n in 24 25 + for n in 25 do getOneMock fc${n}i $opt '*7.1*' getOneMock fc${n}x $opt '*7.1*' @@ -275,27 +270,19 @@ elif [ $1 = all54 ]; then getOneMock el${n}x remi '*5.4*' elif [ $1 = for56 ]; then - for i in 24 - do - getOneMock fc${i}x remi - done for i in 6 7 do getOneMock el${i}x test done elif [ $1 = for55 ]; then - for i in 24 - do - getOneMock fc${i}x remi - done for i in 6 7 do getOneMock el${i}x test done elif [ $1 = allx ]; then - for i in 24 25 26 27 28 + for i in 25 26 27 28 do getOneMock fc${i}x $opt done @@ -305,7 +292,7 @@ elif [ $1 = allx ]; then done elif [ $1 = scl54 ]; then - for i in 24 25 + for i in 25 do getOneMock scl54fc${i}x $opt done @@ -315,7 +302,7 @@ elif [ $1 = scl54 ]; then done elif [ $1 = scl55 ]; then - for i in 24 25 + for i in 25 do getOneMock scl55fc${i}x $opt done @@ -325,7 +312,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 24 25 26 27 + for i in 25 26 27 28 do getOneMock scl56fc${i}x $opt done @@ -335,7 +322,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 24 25 26 27 + for i in 25 26 27 28 do getOneMock scl70fc${i}x $opt done @@ -345,7 +332,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 24 25 26 27 + for i in 25 26 27 28 do getOneMock scl71fc${i}x $opt done @@ -355,7 +342,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl72 ]; then - for i in 24 25 26 27 + for i in 25 26 27 28 do getOneMock scl72fc${i}x $opt done -- cgit