diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -15,6 +15,9 @@ case $dep in scl56el*) dep=${dep#scl56el} type=enterprise ;; +scl54el*) dep=${dep#scl54el} + type=enterprise + ;; el*) dep=${dep#el} type=enterprise ;; @@ -24,6 +27,9 @@ fc*) dep=${dep#fc} scl56fc*) dep=${dep#scl56fc} type=fedora ;; +scl54fc*) dep=${dep#scl54fc} + type=fedora + ;; *) echo Connais pas $dep ;; esac @@ -194,6 +200,16 @@ elif [ $1 = allx ]; then getOneMock el${i}x $opt done +elif [ $1 = scl54 ]; then + for i in $(seq 19 21) + do + getOneMock scl54fc${i}x $opt + done + for i in $(seq 6 7) + do + getOneMock scl54el${i}x $opt + done + elif [ $1 = scl56 ]; then for i in $(seq 19 20) do |