diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-01 07:29:30 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-01 07:29:30 +0100 |
commit | 7164364b260a0dd0eb6645d7612585e301517dac (patch) | |
tree | 6a74313b0c4b8af6f80c2ec256a8e5bafba21db0 /getmock | |
parent | d760811d9834eeabe7c491c0339149796ac8e1cb (diff) |
F19 repository is closed
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |