diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -17,6 +17,9 @@ esac rep=${2-remi} case $dep in +scl83el*) dep=${dep#scl83el} + type=enterprise + ;; scl82el*) dep=${dep#scl82el} type=enterprise ;; @@ -196,6 +199,9 @@ el*) dep=${dep#el} fc*) dep=${dep#fc} type=fedora ;; +scl83fc*) dep=${dep#scl83fc} + type=fedora + ;; scl82fc*) dep=${dep#scl82fc} type=fedora ;; @@ -603,6 +609,12 @@ elif [ $1 = scl82 ]; then getOneMock scl82el${i}x $opt done +elif [ $1 = scl83 ]; then + for i in fc37 fc38 el7 el8 el9 + do + getOneMock scl83${i}x $opt + done + elif [ $1 = scl81 ]; then for i in 36 37 38 do |