summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-28 18:42:53 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-28 18:42:53 +0200
commit910b27ac29f416edb9427c15ed9dc5529ed50ac7 (patch)
treeb95e6843ea7e0c65721cb23c2294726e4625c22d /getmock
parent367118827b010075bfe4077bf16be1a1ce0ec9d0 (diff)
getmock: cleanup
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock19
1 files changed, 6 insertions, 13 deletions
diff --git a/getmock b/getmock
index cfca32f..747c1a9 100755
--- a/getmock
+++ b/getmock
@@ -184,7 +184,7 @@ if [ $1 = devs -o $1 = dev ]; then
fi
if [ $1 = all ]; then
- for i in 20 21 22 23 24
+ for i in 21 22 23 24
do
getOneMock fc${i}i $opt
done
@@ -202,11 +202,6 @@ elif [ $1 = all55 ]; then
getOneMock el${n}x php55
elif [ $1 = all56 ]; then
- for n in 20
- do
- getOneMock fc${n}i php56
- getOneMock fc${n}x php56
- done
for n in 5 6
do
getOneMock el${n}i php56
@@ -253,8 +248,6 @@ elif [ $1 = all54 ]; then
getOneMock el${n}x remi
elif [ $1 = for56 ]; then
- i=20
- getOneMock fc${i}x test
for i in 21 22 23 24
do
getOneMock fc${i}x remi
@@ -265,7 +258,7 @@ elif [ $1 = for56 ]; then
done
elif [ $1 = for55 ]; then
- for i in 20 21 22 23 24
+ for i in 21 22 23 24
do
getOneMock fc${i}x remi
done
@@ -275,7 +268,7 @@ elif [ $1 = for55 ]; then
done
elif [ $1 = allx ]; then
- for i in 20 21 22 23 24
+ for i in 21 22 23 24
do
getOneMock fc${i}x $opt
done
@@ -285,7 +278,7 @@ elif [ $1 = allx ]; then
done
elif [ $1 = scl54 ]; then
- for i in 20 21 22 23 24
+ for i in 21 22 23 24
do
getOneMock scl54fc${i}x $opt
done
@@ -305,7 +298,7 @@ elif [ $1 = scl55 ]; then
done
elif [ $1 = scl56 ]; then
- for i in 20 21 22 23 24
+ for i in 21 22 23 24
do
getOneMock scl56fc${i}x $opt
done
@@ -315,7 +308,7 @@ elif [ $1 = scl56 ]; then
done
elif [ $1 = scl70 ]; then
- for i in 20 21 22 23 24
+ for i in 21 22 23 24
do
getOneMock scl70fc${i}x $opt
done