summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-22 15:17:30 +0200
committerRemi Collet <remi@remirepo.net>2018-08-22 15:17:30 +0200
commitf21af15a64baf356efd62daa3489fcb8ad1a71bc (patch)
treedd275f9f5b35f8178d167e0aacb507300a34924b /getmock
parent9a458a1ac56918d2ffe97061dbc07efefcc87533 (diff)
+f29 -f25
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock29
1 files changed, 8 insertions, 21 deletions
diff --git a/getmock b/getmock
index 59ad33f..1a75836 100755
--- a/getmock
+++ b/getmock
@@ -219,7 +219,7 @@ if [ $1 = devs -o $1 = dev ]; then
fi
if [ $1 = all ]; then
- for i in 25 26 27 28
+ for i in 26 27 28 29
do
getOneMock fc${i}i $opt
done
@@ -257,11 +257,6 @@ elif [ $1 = all70 ]; then
elif [ $1 = all71 ]; then
[ $opt = remi ] && opt=php71
[ $opt = test ] && opt=test71
- for n in 25
- do
- getOneMock fc${n}i $opt '*7.1*'
- getOneMock fc${n}x $opt '*7.1*'
- done
n=6
getOneMock el${n}i $opt '*7.1*'
getOneMock el${n}x $opt '*7.1*'
@@ -271,7 +266,7 @@ elif [ $1 = all71 ]; then
elif [ $1 = all72 ]; then
[ $opt = remi ] && opt=php72
[ $opt = test ] && opt=test72
- for n in 25 26 27
+ for n in 26 27
do
getOneMock fc${n}i $opt '*7.2*'
getOneMock fc${n}x $opt '*7.2*'
@@ -285,7 +280,7 @@ elif [ $1 = all72 ]; then
elif [ $1 = all73 ]; then
[ $opt = remi ] && opt=php73
[ $opt = test ] && opt=test73
- for n in 27 28
+ for n in 27 28 29
do
getOneMock fc${n}i $opt '*7.3*'
getOneMock fc${n}x $opt '*7.3*'
@@ -318,7 +313,7 @@ elif [ $1 = for55 ]; then
done
elif [ $1 = allx ]; then
- for i in 25 26 27 28
+ for i in 26 27 28 29
do
getOneMock fc${i}x $opt
done
@@ -328,27 +323,19 @@ elif [ $1 = allx ]; then
done
elif [ $1 = scl54 ]; then
- for i in 25
- do
- getOneMock scl54fc${i}x $opt
- done
for i in 6 7
do
getOneMock scl54el${i}x $opt
done
elif [ $1 = scl55 ]; then
- for i in 25
- do
- getOneMock scl55fc${i}x $opt
- done
for i in 6 7
do
getOneMock scl55el${i}x $opt
done
elif [ $1 = scl56 ]; then
- for i in 25 26 27 28
+ for i in 26 27 28
do
getOneMock scl56fc${i}x $opt
done
@@ -358,7 +345,7 @@ elif [ $1 = scl56 ]; then
done
elif [ $1 = scl70 ]; then
- for i in 25 26 27 28
+ for i in 26 27 28
do
getOneMock scl70fc${i}x $opt
done
@@ -368,7 +355,7 @@ elif [ $1 = scl70 ]; then
done
elif [ $1 = scl71 ]; then
- for i in 25 26 27 28
+ for i in 26 27 28
do
getOneMock scl71fc${i}x $opt
done
@@ -388,7 +375,7 @@ elif [ $1 = scl73 ]; then
done
elif [ $1 = scl72 ]; then
- for i in 25 26 27 28
+ for i in 26 27 28
do
getOneMock scl72fc${i}x $opt
done