summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock31
1 files changed, 16 insertions, 15 deletions
diff --git a/getmock b/getmock
index 4e08420..80806c9 100755
--- a/getmock
+++ b/getmock
@@ -419,38 +419,40 @@ elif [ $1 = all73 ]; then
getOneMock el8x73 $opt '*7.3*'
elif [ $1 = all74 ]; then
- getOneMock fc34x $opt '*7.4*'
[ $opt = remi ] && opt=php74
[ $opt = test ] && opt=test74
getOneMock fc35x74 $opt '*7.4*'
getOneMock fc36x74 $opt '*7.4*'
+ getOneMock fc37x74 $opt '*7.4*'
getOneMock el7x74 $opt '*7.4*'
getOneMock el8x74 $opt '*7.4*'
getOneMock el9x74 $opt '*7.4*'
+ getOneMock el9a74 $opt '*7.4*'
elif [ $1 = all80 ]; then
getOneMock fc35x $opt '*8.0*'
[ $opt = remi ] && opt=php80
[ $opt = test ] && opt=test80
- getOneMock fc34x80 $opt '*8.0*'
getOneMock fc36x80 $opt '*8.0*'
+ getOneMock fc37x80 $opt '*8.0*'
getOneMock el7x80 $opt '*8.0*'
getOneMock el8x80 $opt '*8.0*'
getOneMock el9x80 $opt '*8.0*'
+ getOneMock el9a80 $opt '*8.0*'
elif [ $1 = all81 ]; then
[ $opt = remi ] && opt=php81
[ $opt = test ] && opt=test81
- getOneMock fc34x81 $opt '*8.1*'
getOneMock fc35x81 $opt '*8.1*'
getOneMock fc36x81 $opt '*8.1*'
+ getOneMock fc37x81 $opt '*8.1*'
getOneMock el7x81 $opt '*8.1*'
getOneMock el8x81 $opt '*8.1*'
getOneMock el9x81 $opt '*8.1*'
+ getOneMock el9a81 $opt '*8.1*'
elif [ $1 = allr62 ]; then
opt=remi
- getOneMock fc34x $opt '*6.2*'
getOneMock fc35x $opt '*6.2*'
getOneMock el7x $opt '*6.2*'
opt=redis62
@@ -461,7 +463,6 @@ elif [ $1 = allr62 ]; then
elif [ $1 = allr70 ]; then
opt=remi
- getOneMock fc34x $opt '*7.0*'
getOneMock fc35x $opt '*7.0*'
getOneMock el7x $opt '*7.0*'
opt=redis70
@@ -487,7 +488,7 @@ elif [ $1 = for55 ]; then
done
elif [ $1 = allx ]; then
- for i in 34 35 36
+ for i in 35 36 37
do
getOneMock fc${i}x $opt
done
@@ -509,7 +510,7 @@ elif [ $1 = scl55 ]; then
done
elif [ $1 = scl56 ]; then
- for i in 34 35
+ for i in 35
do
getOneMock scl56fc${i}x $opt
done
@@ -519,7 +520,7 @@ elif [ $1 = scl56 ]; then
done
elif [ $1 = scl70 ]; then
- for i in 34 35
+ for i in 35
do
getOneMock scl70fc${i}x $opt
done
@@ -529,7 +530,7 @@ elif [ $1 = scl70 ]; then
done
elif [ $1 = scl71 ]; then
- for i in 34 35
+ for i in 35
do
getOneMock scl71fc${i}x $opt
done
@@ -539,7 +540,7 @@ elif [ $1 = scl71 ]; then
done
elif [ $1 = scl82 ]; then
- for i in 35 36
+ for i in 35 36 37
do
getOneMock scl82fc${i}x $opt
done
@@ -549,7 +550,7 @@ elif [ $1 = scl82 ]; then
done
elif [ $1 = scl81 ]; then
- for i in 34 35 36
+ for i in 35 36 37
do
getOneMock scl81fc${i}x $opt
done
@@ -559,7 +560,7 @@ elif [ $1 = scl81 ]; then
done
elif [ $1 = scl80 ]; then
- for i in 34 35 36
+ for i in 35 36 37
do
getOneMock scl80fc${i}x $opt
done
@@ -569,7 +570,7 @@ elif [ $1 = scl80 ]; then
done
elif [ $1 = scl74 ]; then
- for i in 34 35 36
+ for i in 35 36 37
do
getOneMock scl74fc${i}x $opt
done
@@ -579,7 +580,7 @@ elif [ $1 = scl74 ]; then
done
elif [ $1 = scl73 ]; then
- for i in 34 35
+ for i in 35
do
getOneMock scl73fc${i}x $opt
done
@@ -589,7 +590,7 @@ elif [ $1 = scl73 ]; then
done
elif [ $1 = scl72 ]; then
- for i in 34 35
+ for i in 35
do
getOneMock scl72fc${i}x $opt
done