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 +scl72el*) dep=${dep#scl72el} + type=enterprise + ;; scl71el*) dep=${dep#scl71el} type=enterprise ;; @@ -33,6 +36,9 @@ el*) dep=${dep#el} fc*) dep=${dep#fc} type=fedora ;; +scl72fc*) dep=${dep#scl72fc} + type=fedora + ;; scl71fc*) dep=${dep#scl71fc} type=fedora ;; @@ -327,6 +333,16 @@ elif [ $1 = scl71 ]; then getOneMock scl71el${i}x $opt done +elif [ $1 = scl72 ]; then + for i in 25 26 + do + getOneMock scl72fc${i}x $opt + done +# for i in 6 7 +# do +# getOneMock scl72el${i}x $opt +# done + else for i in $* do |