diff options
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 |