From 4d3b8607d91b08ad9c1f415a80a860d8d1e198a4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Jul 2019 08:37:45 +0200 Subject: close F27 repo --- getmock | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index 0618328..5d3eccf 100755 --- a/getmock +++ b/getmock @@ -260,7 +260,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 27 28 29 30 + for i in 28 29 30 do getOneMock fc${i}i $opt done @@ -307,11 +307,6 @@ elif [ $1 = all71 ]; then elif [ $1 = all72 ]; then [ $opt = remi ] && opt=php72 [ $opt = test ] && opt=test72 - for n in 27 - do - getOneMock fc${n}i $opt '*7.2*' - getOneMock fc${n}x $opt '*7.2*' - done n=6 getOneMock el${n}i $opt '*7.2*' getOneMock el${n}x $opt '*7.2*' @@ -321,7 +316,7 @@ elif [ $1 = all72 ]; then elif [ $1 = all73 ]; then [ $opt = remi ] && opt=php73 [ $opt = test ] && opt=test73 - for n in 27 28 29 + for n in 28 29 do getOneMock fc${n}i $opt '*7.3*' getOneMock fc${n}x $opt '*7.3*' @@ -354,7 +349,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 27 28 29 30 + for i in 28 29 30 do getOneMock fc${i}x $opt done @@ -376,7 +371,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 27 28 29 30 + for i in 28 29 30 do getOneMock scl56fc${i}x $opt done @@ -386,7 +381,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 27 28 29 30 + for i in 28 29 30 do getOneMock scl70fc${i}x $opt done @@ -396,7 +391,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 27 28 29 30 + for i in 28 29 30 do getOneMock scl71fc${i}x $opt done @@ -416,7 +411,7 @@ elif [ $1 = scl74 ]; then done elif [ $1 = scl73 ]; then - for i in 27 28 29 30 + for i in 28 29 30 do getOneMock scl73fc${i}x $opt done @@ -426,7 +421,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 27 28 29 30 + for i in 28 29 30 do getOneMock scl72fc${i}x $opt done -- cgit