diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-05 13:01:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-05 13:01:31 +0200 |
commit | 9b4761c500ea5633b4bb9eaa88de47fe7e917ba0 (patch) | |
tree | aa78304b7dcc9b7a8f7b684e27f140da0192acb6 /getmock | |
parent | 8ba471302e1a483b475b91bd57704b5dce5c686c (diff) |
remi-php74 helpers
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 |