summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-01 07:29:30 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-01 07:29:30 +0100
commit7164364b260a0dd0eb6645d7612585e301517dac (patch)
tree6a74313b0c4b8af6f80c2ec256a8e5bafba21db0 /getmock
parentd760811d9834eeabe7c491c0339149796ac8e1cb (diff)
F19 repository is closed
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock10
1 files changed, 5 insertions, 5 deletions
diff --git a/getmock b/getmock
index 500d77f..4dc80ac 100755
--- a/getmock
+++ b/getmock
@@ -166,7 +166,7 @@ if [ $1 = devs -o $1 = dev ]; then
fi
if [ $1 = all ]; then
- for i in 18 19 20 21 22 23
+ for i in 20 21 22 23
do
getOneMock fc${i}i $opt
done
@@ -184,7 +184,7 @@ elif [ $1 = all55 ]; then
getOneMock el${n}x php55
elif [ $1 = all56 ]; then
- for n in 19 20
+ for n in 20
do
getOneMock fc${n}i php56
getOneMock fc${n}x php56
@@ -219,7 +219,7 @@ elif [ $1 = all54 ]; then
getOneMock el${n}x remi
elif [ $1 = allx ]; then
- for i in 18 19 20 21 22 23
+ for i in 20 21 22 23
do
getOneMock fc${i}x $opt
done
@@ -229,7 +229,7 @@ elif [ $1 = allx ]; then
done
elif [ $1 = scl54 ]; then
- for i in 19 20 21 22 23
+ for i in 20 21 22 23
do
getOneMock scl54fc${i}x $opt
done
@@ -249,7 +249,7 @@ elif [ $1 = scl55 ]; then
done
elif [ $1 = scl56 ]; then
- for i in 19 20 21 22 23
+ for i in 20 21 22 23
do
getOneMock scl56fc${i}x $opt
done