summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-25 10:57:04 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-25 10:57:04 +0200
commit76a70aed102f7c03a55e2f6db85e278c1dc03e78 (patch)
treee0f8e631f00169366bf417034cf328b4d4e274aa /getmock
parenta6360714cd211778bd76ac1ebce4a79d861c1195 (diff)
php-pecl-* improve SCL build for 5.6 (wip)
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock17
1 files changed, 17 insertions, 0 deletions
diff --git a/getmock b/getmock
index b7076bd..fd5f9c0 100755
--- a/getmock
+++ b/getmock
@@ -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