From d84d24a599ee35814adcd92f3fbbb53fe960f15c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Mar 2019 16:19:02 +0100 Subject: more for f30 --- getmock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index 3879c5d..2c87c8a 100755 --- a/getmock +++ b/getmock @@ -254,7 +254,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 26 27 28 29 + for i in 27 28 29 30 do getOneMock fc${i}i $opt done @@ -301,7 +301,7 @@ elif [ $1 = all71 ]; then elif [ $1 = all72 ]; then [ $opt = remi ] && opt=php72 [ $opt = test ] && opt=test72 - for n in 26 27 + for n in 27 do getOneMock fc${n}i $opt '*7.2*' getOneMock fc${n}x $opt '*7.2*' @@ -348,7 +348,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 26 27 28 29 + for i in 27 28 29 30 do getOneMock fc${i}x $opt done @@ -370,7 +370,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 26 27 28 29 + for i in 27 28 29 30 do getOneMock scl56fc${i}x $opt done @@ -380,7 +380,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 26 27 28 29 + for i in 27 28 29 30 do getOneMock scl70fc${i}x $opt done @@ -390,7 +390,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 26 27 28 29 + for i in 27 28 29 do getOneMock scl71fc${i}x $opt done @@ -410,7 +410,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 26 27 28 29 + for i in 27 28 29 do getOneMock scl72fc${i}x $opt done -- cgit