diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-25 10:57:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-25 10:57:04 +0200 |
commit | 76a70aed102f7c03a55e2f6db85e278c1dc03e78 (patch) | |
tree | e0f8e631f00169366bf417034cf328b4d4e274aa | |
parent | a6360714cd211778bd76ac1ebce4a79d861c1195 (diff) |
php-pecl-* improve SCL build for 5.6 (wip)
-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 |