diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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*' |