From b0ecab6fd22e2e4554b9bbac0137b132368eef18 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Nov 2021 13:56:21 +0100 Subject: cleanup and EL-9 helpers --- getmock | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'getmock') 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 -- cgit