summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock21
1 files changed, 21 insertions, 0 deletions
diff --git a/getmock b/getmock
index 63cabde..ebd3515 100755
--- a/getmock
+++ b/getmock
@@ -59,6 +59,16 @@ el8x73)
fi
type=enterprise
;;
+el8x74)
+ dep=8
+ if [ "$2" == "php74" -o "$2" == "test74" ]
+ then rep=$rep
+ elif [ "$2" == "remi" ]
+ then rep=php74
+ else rep=${2}74
+ fi
+ type=enterprise
+ ;;
el*) dep=${dep#el}
type=enterprise
;;
@@ -327,6 +337,17 @@ elif [ $1 = all73 ]; then
getOneMock el7x $opt '*7.3*'
getOneMock el8x73 $opt '*7.3*'
+elif [ $1 = all74 ]; then
+ [ $opt = remi ] && opt=php74
+ [ $opt = test ] && opt=test74
+ for n in 29 30 31
+ do
+ getOneMock fc${n}i $opt '*7.4*'
+ getOneMock fc${n}x $opt '*7.4*'
+ done
+ getOneMock el7x $opt '*7.4*'
+ getOneMock el8x74 $opt '*7.4*'
+
elif [ $1 = all54 ]; then
for n in 6
do