From b1fd573ef83c1cca7ba7d46cd033a9f56139b30e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Sep 2019 09:26:35 +0200 Subject: drop f31 32-bit and add helper for EL8 with epel-playground --- getmock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index ebd3515..577d851 100755 --- a/getmock +++ b/getmock @@ -270,7 +270,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 29 30 31 + for i in 29 30 do getOneMock fc${i}i $opt done @@ -340,11 +340,12 @@ elif [ $1 = all73 ]; then elif [ $1 = all74 ]; then [ $opt = remi ] && opt=php74 [ $opt = test ] && opt=test74 - for n in 29 30 31 + for n in 29 30 do getOneMock fc${n}i $opt '*7.4*' getOneMock fc${n}x $opt '*7.4*' done + getOneMock fc31x $opt '*7.4*' getOneMock el7x $opt '*7.4*' getOneMock el8x74 $opt '*7.4*' -- cgit