From 2c9f17697bd9da34e608f8e1e843d11590c6217c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Jun 2021 16:47:09 +0200 Subject: helpers for php81 scl --- getmock | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'getmock') diff --git a/getmock b/getmock index 189bfac..9ab7468 100755 --- a/getmock +++ b/getmock @@ -15,6 +15,9 @@ esac rep=${2-remi} case $dep in +scl81el*) dep=${dep#scl81el} + type=enterprise + ;; scl80el*) dep=${dep#scl80el} type=enterprise ;; @@ -88,12 +91,15 @@ el*) dep=${dep#el} fc*) dep=${dep#fc} type=fedora ;; -scl74fc*) dep=${dep#scl74fc} +scl81fc*) dep=${dep#scl81fc} type=fedora ;; scl80fc*) dep=${dep#scl80fc} type=fedora ;; +scl74fc*) dep=${dep#scl74fc} + type=fedora + ;; scl73fc*) dep=${dep#scl73fc} type=fedora ;; @@ -379,6 +385,16 @@ elif [ $1 = scl71 ]; then getOneMock scl71el${i}x $opt done +elif [ $1 = scl81 ]; then + for i in 33 34 + do + getOneMock scl81fc${i}x $opt + done + for i in 7 8 + do + getOneMock scl81el${i}x $opt + done + elif [ $1 = scl80 ]; then for i in 32 33 34 do -- cgit