From c65551e50fe7bccb742ad33e8c2e14bb3bb8da27 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Feb 2020 16:52:12 +0100 Subject: F32 have SCLs now --- getmock | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index 03c3884..04476d6 100755 --- a/getmock +++ b/getmock @@ -273,7 +273,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 29 30 + for i in 30 do getOneMock fc${i}i $opt done @@ -329,11 +329,6 @@ elif [ $1 = all72 ]; then elif [ $1 = all73 ]; then [ $opt = remi ] && opt=php73 [ $opt = test ] && opt=test73 - for n in 29 - do - getOneMock fc${n}i $opt '*7.3*' - getOneMock fc${n}x $opt '*7.3*' - done n=6 getOneMock el${n}i $opt '*7.3*' getOneMock el${n}x $opt '*7.3*' @@ -343,7 +338,7 @@ elif [ $1 = all73 ]; then elif [ $1 = all74 ]; then [ $opt = remi ] && opt=php74 [ $opt = test ] && opt=test74 - for n in 29 30 + for n in 30 do getOneMock fc${n}i $opt '*7.4*' getOneMock fc${n}x $opt '*7.4*' @@ -374,7 +369,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 29 30 31 32 + for i in 30 31 32 do getOneMock fc${i}x $opt done @@ -396,7 +391,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 29 30 31 + for i in 30 31 32 do getOneMock scl56fc${i}x $opt done @@ -406,7 +401,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 29 30 31 + for i in 30 31 32 do getOneMock scl70fc${i}x $opt done @@ -416,7 +411,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 29 30 31 + for i in 30 31 32 do getOneMock scl71fc${i}x $opt done @@ -426,7 +421,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl74 ]; then - for i in 29 30 31 + for i in 30 31 32 do getOneMock scl74fc${i}x $opt done @@ -436,7 +431,7 @@ elif [ $1 = scl74 ]; then done elif [ $1 = scl73 ]; then - for i in 29 30 31 + for i in 30 31 32 do getOneMock scl73fc${i}x $opt done @@ -446,7 +441,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 29 30 31 + for i in 30 31 32 do getOneMock scl72fc${i}x $opt done -- cgit