diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-07 13:37:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-07 13:37:53 +0200 |
commit | 31c1899267b5955a2bec8b9bbbbbbbd4d2d66453 (patch) | |
tree | cfd937fe66728af32316089162d90ae0839fd636 /getmock | |
parent | ebc7fa49c221f02fb484e1bc4d3dc88ac5aaf374 (diff) |
add scl73 tools
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -12,6 +12,9 @@ case $1 in ;; esac case $dep in +scl73el*) dep=${dep#scl73el} + type=enterprise + ;; scl72el*) dep=${dep#scl72el} type=enterprise ;; @@ -36,6 +39,9 @@ el*) dep=${dep#el} fc*) dep=${dep#fc} type=fedora ;; +scl73fc*) dep=${dep#scl73fc} + type=fedora + ;; scl72fc*) dep=${dep#scl72fc} type=fedora ;; @@ -191,6 +197,18 @@ if [ $1 = php72 ]; then opt=php72 shift fi +if [ $1 = glpi91 ]; then + opt=glpi91 + shift +fi +if [ $1 = glpi92 ]; then + opt=glpi92 + shift +fi +if [ $1 = glpi93 ]; then + opt=glpi93 + shift +fi if [ $1 = devs -o $1 = dev ]; then opt=devs shift @@ -341,6 +359,16 @@ elif [ $1 = scl71 ]; then getOneMock scl71el${i}x $opt done +elif [ $1 = scl73 ]; then + for i in 27 28 + do + getOneMock scl73fc${i}x $opt + done + for i in 6 7 + do + getOneMock scl73el${i}x $opt + done + elif [ $1 = scl72 ]; then for i in 25 26 27 28 do |