summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-11 09:48:04 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-11 09:48:04 +0200
commit75612736507f652547ade2ebbbb28838d9b04e57 (patch)
tree8556d6123bc923077bb3840638561a1fa2c2dbbe /getmock
parent106e56bff375ed27fe42085929d854ec8771dc96 (diff)
F25 build stuff
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock6
1 files changed, 3 insertions, 3 deletions
diff --git a/getmock b/getmock
index 747c1a9..17b138a 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
+ for i in 21 22 23 24 25
do
getOneMock fc${i}i $opt
done
@@ -227,7 +227,7 @@ elif [ $1 = all70 ]; then
elif [ $1 = all71 ]; then
[ $opt = remi ] && opt=php71
[ $opt = test ] && opt=test71
- for n in 23 24
+ for n in 23 24 25
do
getOneMock fc${n}i $opt
getOneMock fc${n}x $opt
@@ -268,7 +268,7 @@ elif [ $1 = for55 ]; then
done
elif [ $1 = allx ]; then
- for i in 21 22 23 24
+ for i in 21 22 23 24 25
do
getOneMock fc${i}x $opt
done