From d675abbcffd65f92b3eda5eac29892b3dc1cdb21 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Apr 2020 17:22:23 +0200 Subject: helpers for php80 new SCL --- getmock | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'getmock') diff --git a/getmock b/getmock index 04476d6..a69d345 100755 --- a/getmock +++ b/getmock @@ -15,6 +15,9 @@ esac rep=${2-remi} case $dep in +scl80el*) dep=${dep#scl80el} + type=enterprise + ;; scl74el*) dep=${dep#scl74el} type=enterprise ;; @@ -78,6 +81,9 @@ fc*) dep=${dep#fc} scl74fc*) dep=${dep#scl74fc} type=fedora ;; +scl80fc*) dep=${dep#scl80fc} + type=fedora + ;; scl73fc*) dep=${dep#scl73fc} type=fedora ;; @@ -420,6 +426,16 @@ elif [ $1 = scl71 ]; then getOneMock scl71el${i}x $opt done +elif [ $1 = scl80 ]; then + for i in 31 32 + do + getOneMock scl80fc${i}x $opt + done + for i in 7 8 + do + getOneMock scl80el${i}x $opt + done + elif [ $1 = scl74 ]; then for i in 30 31 32 do -- cgit