From 7c745ac67090cd71cb76db976c9cf9946d5724e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Sep 2016 08:08:23 +0200 Subject: F21 repo is closed --- getmock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index bafcf98..c8e6dee 100755 --- a/getmock +++ b/getmock @@ -184,7 +184,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 21 22 23 24 25 + for i in 22 23 24 25 do getOneMock fc${i}i $opt done @@ -213,7 +213,7 @@ elif [ $1 = all56 ]; then elif [ $1 = all70 ]; then [ $opt = remi ] && opt=php70 [ $opt = test ] && opt=test70 - for n in 21 22 23 24 + for n in 22 23 24 do getOneMock fc${n}i $opt getOneMock fc${n}x $opt @@ -248,7 +248,7 @@ elif [ $1 = all54 ]; then getOneMock el${n}x remi elif [ $1 = for56 ]; then - for i in 21 22 23 24 + for i in 22 23 24 do getOneMock fc${i}x remi done @@ -258,7 +258,7 @@ elif [ $1 = for56 ]; then done elif [ $1 = for55 ]; then - for i in 21 22 23 24 + for i in 22 23 24 do getOneMock fc${i}x remi done @@ -268,7 +268,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 21 22 23 24 25 + for i in 22 23 24 25 do getOneMock fc${i}x $opt done @@ -278,7 +278,7 @@ elif [ $1 = allx ]; then done elif [ $1 = scl54 ]; then - for i in 21 22 23 24 25 + for i in 22 23 24 25 do getOneMock scl54fc${i}x $opt done @@ -288,7 +288,7 @@ elif [ $1 = scl54 ]; then done elif [ $1 = scl55 ]; then - for i in 21 22 23 24 25 + for i in 22 23 24 25 do getOneMock scl55fc${i}x $opt done @@ -298,7 +298,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 21 22 23 24 25 + for i in 22 23 24 25 do getOneMock scl56fc${i}x $opt done @@ -308,7 +308,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 21 22 23 24 25 + for i in 22 23 24 25 do getOneMock scl70fc${i}x $opt done -- cgit