From 8ba471302e1a483b475b91bd57704b5dce5c686c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Aug 2019 17:23:18 +0200 Subject: F31 build helpers --- getmock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index 5d3eccf..63cabde 100755 --- a/getmock +++ b/getmock @@ -260,7 +260,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 28 29 30 + for i in 29 30 31 do getOneMock fc${i}i $opt done @@ -316,7 +316,7 @@ elif [ $1 = all72 ]; then elif [ $1 = all73 ]; then [ $opt = remi ] && opt=php73 [ $opt = test ] && opt=test73 - for n in 28 29 + for n in 29 do getOneMock fc${n}i $opt '*7.3*' getOneMock fc${n}x $opt '*7.3*' @@ -349,7 +349,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 28 29 30 + for i in 29 30 31 do getOneMock fc${i}x $opt done @@ -371,7 +371,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 28 29 30 + for i in 29 30 31 do getOneMock scl56fc${i}x $opt done @@ -381,7 +381,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 28 29 30 + for i in 29 30 31 do getOneMock scl70fc${i}x $opt done @@ -391,7 +391,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 28 29 30 + for i in 29 30 31 do getOneMock scl71fc${i}x $opt done @@ -401,7 +401,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl74 ]; then - for i in 29 30 + for i in 29 30 31 do getOneMock scl74fc${i}x $opt done @@ -411,7 +411,7 @@ elif [ $1 = scl74 ]; then done elif [ $1 = scl73 ]; then - for i in 28 29 30 + for i in 29 30 31 do getOneMock scl73fc${i}x $opt done @@ -421,7 +421,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 28 29 30 + for i in 29 30 31 do getOneMock scl72fc${i}x $opt done -- cgit