diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-04 16:47:09 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-04 16:47:09 +0200 |
commit | 2c9f17697bd9da34e608f8e1e843d11590c6217c (patch) | |
tree | f8c905716ab5caefa9666fabc04f9ea1b9ceface /getmock | |
parent | 439c7ff2058c85475db2566a55f45f1531d67a20 (diff) |
helpers for php81 scl
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -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 |