diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-23 17:45:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-23 17:45:59 +0200 |
commit | 1b290199113f15d67c56d11ac661e0ff25458de8 (patch) | |
tree | 59da2eaefa44882c9ddecaab95e5c989a2f39897 | |
parent | 301331ca9432536ce3879b235c8b8b58a0a48db4 (diff) |
scl php72 for F27
-rw-r--r-- | buildfct | 2 | ||||
-rwxr-xr-x | getmock | 24 |
2 files changed, 13 insertions, 13 deletions
@@ -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 !" @@ -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 |