summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock13
1 files changed, 12 insertions, 1 deletions
diff --git a/getmock b/getmock
index 94dab3d..55fe9ed 100755
--- a/getmock
+++ b/getmock
@@ -85,6 +85,16 @@ el8x80)
fi
type=enterprise
;;
+el9x74)
+ dep=9
+ if [ "$2" == "php74" -o "$2" == "test74" ]
+ then rep=$rep
+ elif [ "$2" == "remi" ]
+ then rep=php74
+ else rep=${2}74
+ fi
+ type=enterprise
+ ;;
el9x80)
dep=9
if [ "$2" == "php80" -o "$2" == "test80" ]
@@ -341,6 +351,7 @@ elif [ $1 = all74 ]; then
[ $opt = test ] && opt=test74
getOneMock el7x $opt '*7.4*'
getOneMock el8x74 $opt '*7.4*'
+ getOneMock el9x74 $opt '*7.4*'
elif [ $1 = all80 ]; then
[ $opt = remi ] && opt=php80
@@ -454,7 +465,7 @@ elif [ $1 = scl74 ]; then
do
getOneMock scl74fc${i}x $opt
done
- for i in 7 8
+ for i in 7 8 9
do
getOneMock scl74el${i}x $opt
done