diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -12,12 +12,18 @@ case $1 in ;; esac case $dep in +scl56el*) dep=${dep#scl56el} + type=enterprise + ;; el*) dep=${dep#el} type=enterprise ;; fc*) dep=${dep#fc} type=fedora ;; +scl56fc*) dep=${dep#scl56fc} + type=fedora + ;; *) echo Connais pas $dep ;; esac @@ -187,6 +193,17 @@ elif [ $1 = allx ]; then do getOneMock el${i}x $opt done + +elif [ $1 = scl56 ]; then + for i in $(seq 19 20) + do + getOneMock scl56fc${i}x $opt + done + for i in $(seq 6 7) + do + getOneMock scl56el${i}x $opt + done + else for i in $* do |