summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock11
1 files changed, 11 insertions, 0 deletions
diff --git a/getmock b/getmock
index 7cf8bc1..7cea166 100755
--- a/getmock
+++ b/getmock
@@ -135,6 +135,16 @@ el?x81)
fi
type=enterprise
;;
+fc??x74)
+ dep=${1:2:2}
+ if [ "$2" == "php74" -o "$2" == "test74" ]
+ then rep=$rep
+ elif [ "$2" == "remi" ]
+ then rep=php74
+ else rep=${2}74
+ fi
+ type=fedora
+ ;;
fc??x80)
dep=${1:2:2}
if [ "$2" == "php80" -o "$2" == "test80" ]
@@ -379,6 +389,7 @@ elif [ $1 = all73 ]; then
elif [ $1 = all74 ]; then
[ $opt = remi ] && opt=php74
[ $opt = test ] && opt=test74
+ getOneMock fc35x74 $opt '*7.4*'
getOneMock el7x74 $opt '*7.4*'
getOneMock el8x74 $opt '*7.4*'
getOneMock el9x74 $opt '*7.4*'