summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-08-28 11:49:37 +0200
committerRemi Collet <fedora@famillecollet.com>2015-08-28 11:49:37 +0200
commit56f553ed28703a9b0a0400b8f9c22631925f336c (patch)
tree5ccecb7b342357f808ae3f752b106e7ac36171d2 /getmock
parent6ea7cfd46d681c2c068cb6d0aa3e5e8727e45783 (diff)
php 7 rebuild for f23
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock12
1 files changed, 8 insertions, 4 deletions
diff --git a/getmock b/getmock
index 5265b53..59e0a9d 100755
--- a/getmock
+++ b/getmock
@@ -156,13 +156,17 @@ if [ $1 = php56 ]; then
opt=php56
shift
fi
+if [ $1 = php70 ]; then
+ opt=php70
+ shift
+fi
if [ $1 = devs -o $1 = dev ]; then
opt=devs
shift
fi
if [ $1 = all ]; then
- for i in 18 19 20 21 22
+ for i in 18 19 20 21 22 23
do
getOneMock fc${i}i $opt
done
@@ -194,7 +198,7 @@ elif [ $1 = all56 ]; then
getOneMock el${n}x php56
elif [ $1 = all70 ]; then
- for n in 21 22
+ for n in 21 22 23
do
getOneMock fc${n}i php70
getOneMock fc${n}x php70
@@ -215,7 +219,7 @@ elif [ $1 = all54 ]; then
getOneMock el${n}x remi
elif [ $1 = allx ]; then
- for i in 18 19 20 21 22
+ for i in 18 19 20 21 22 23
do
getOneMock fc${i}x $opt
done
@@ -255,7 +259,7 @@ elif [ $1 = scl56 ]; then
done
elif [ $1 = scl70 ]; then
- for i in 20 21 22
+ for i in 20 21 22 23
do
getOneMock scl70fc${i}x test
done