diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -12,6 +12,9 @@ case $1 in ;; esac case $dep in +scl71el*) dep=${dep#scl71el} + type=enterprise + ;; scl70el*) dep=${dep#scl70el} type=enterprise ;; @@ -30,6 +33,9 @@ el*) dep=${dep#el} fc*) dep=${dep#fc} type=fedora ;; +scl71fc*) dep=${dep#scl71fc} + type=fedora + ;; scl70fc*) dep=${dep#scl70fc} type=fedora ;; @@ -296,6 +302,16 @@ elif [ $1 = scl70 ]; then getOneMock scl70el${i}x $opt done +elif [ $1 = scl71 ]; then + for i in 22 23 24 + do + getOneMock scl71fc${i}x $opt + done + for i in 6 7 + do + getOneMock scl71el${i}x $opt + done + else for i in $* do |