From 1b290199113f15d67c56d11ac661e0ff25458de8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Aug 2017 17:45:59 +0200 Subject: scl php72 for F27 --- buildfct | 2 +- getmock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/buildfct b/buildfct index 79401a6..a275542 100644 --- a/buildfct +++ b/buildfct @@ -479,7 +479,7 @@ if [ "$1" = "-q" ]; then fi if [ -f "$1" ]; then - for i in 25 26 24 + for i in 25 26 24 27 do echo -n "$(date +%X) scl72 fc$i " mock $quiet --configdir=$mocketc -r fc${i}xscl72 rebuild $1 && echo " Ok." || echo " Error !" diff --git a/getmock b/getmock index 5401d6c..ee19603 100755 --- a/getmock +++ b/getmock @@ -190,7 +190,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 23 24 25 26 + for i in 24 25 26 27 do getOneMock fc${i}i $opt done @@ -219,7 +219,7 @@ elif [ $1 = all56 ]; then elif [ $1 = all70 ]; then [ $opt = remi ] && opt=php70 [ $opt = test ] && opt=test70 - for n in 23 24 + for n in 24 do getOneMock fc${n}i $opt getOneMock fc${n}x $opt @@ -233,7 +233,7 @@ elif [ $1 = all70 ]; then elif [ $1 = all71 ]; then [ $opt = remi ] && opt=php71 [ $opt = test ] && opt=test71 - for n in 23 24 25 + for n in 24 25 do getOneMock fc${n}i $opt getOneMock fc${n}x $opt @@ -254,7 +254,7 @@ elif [ $1 = all54 ]; then getOneMock el${n}x remi elif [ $1 = for56 ]; then - for i in 23 24 + for i in 24 do getOneMock fc${i}x remi done @@ -264,7 +264,7 @@ elif [ $1 = for56 ]; then done elif [ $1 = for55 ]; then - for i in 23 24 + for i in 24 do getOneMock fc${i}x remi done @@ -274,7 +274,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 23 24 25 26 + for i in 24 25 26 27 do getOneMock fc${i}x $opt done @@ -284,7 +284,7 @@ elif [ $1 = allx ]; then done elif [ $1 = scl54 ]; then - for i in 23 24 25 + for i in 24 25 do getOneMock scl54fc${i}x $opt done @@ -294,7 +294,7 @@ elif [ $1 = scl54 ]; then done elif [ $1 = scl55 ]; then - for i in 23 24 25 + for i in 24 25 do getOneMock scl55fc${i}x $opt done @@ -304,7 +304,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 23 24 25 26 + for i in 24 25 26 do getOneMock scl56fc${i}x $opt done @@ -314,7 +314,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 23 24 25 26 + for i in 24 25 26 do getOneMock scl70fc${i}x $opt done @@ -324,7 +324,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 23 24 25 26 + for i in 24 25 26 do getOneMock scl71fc${i}x $opt done @@ -335,7 +335,7 @@ elif [ $1 = scl71 ]; then elif [ $1 = scl72 ]; then opt=test - for i in 24 25 26 + for i in 24 25 26 27 do getOneMock scl72fc${i}x $opt done -- cgit