From 31c1899267b5955a2bec8b9bbbbbbbd4d2d66453 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Jun 2018 13:37:53 +0200 Subject: add scl73 tools --- getmock | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'getmock') diff --git a/getmock b/getmock index d82f072..65bc424 100755 --- a/getmock +++ b/getmock @@ -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 -- cgit