diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-02 18:18:24 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-02 18:18:24 +0200 |
commit | 4c477731d09a755152f92900a5161eaf1fe14afe (patch) | |
tree | 4ef26c48cab98cc52c7fd2d25234ee6989ed7199 /getmock | |
parent | 4358c01b0418e61d25125dfa05efafbab9a81cc8 (diff) |
build tools for php55 SCL
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 ;; +scl55el*) dep=${dep#scl55el} + type=enterprise + ;; scl54el*) dep=${dep#scl54el} type=enterprise ;; @@ -27,6 +30,9 @@ fc*) dep=${dep#fc} scl56fc*) dep=${dep#scl56fc} type=fedora ;; +scl55fc*) dep=${dep#scl55fc} + type=fedora + ;; scl54fc*) dep=${dep#scl54fc} type=fedora ;; @@ -210,6 +216,16 @@ elif [ $1 = scl54 ]; then getOneMock scl54el${i}x $opt done +elif [ $1 = scl55 ]; then + for i in 21 + do + getOneMock scl55fc${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 |