diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-22 08:08:23 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-22 08:08:23 +0200 |
commit | 7c745ac67090cd71cb76db976c9cf9946d5724e1 (patch) | |
tree | 6f53a29174b8fa717d76cdc32eccfd500da21558 /getmock | |
parent | 4cb48e49042792e2cdf90c9c7672cfecd157ef3e (diff) |
F21 repo is closed
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -184,7 +184,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 21 22 23 24 25 + for i in 22 23 24 25 do getOneMock fc${i}i $opt done @@ -213,7 +213,7 @@ elif [ $1 = all56 ]; then elif [ $1 = all70 ]; then [ $opt = remi ] && opt=php70 [ $opt = test ] && opt=test70 - for n in 21 22 23 24 + for n in 22 23 24 do getOneMock fc${n}i $opt getOneMock fc${n}x $opt @@ -248,7 +248,7 @@ elif [ $1 = all54 ]; then getOneMock el${n}x remi elif [ $1 = for56 ]; then - for i in 21 22 23 24 + for i in 22 23 24 do getOneMock fc${i}x remi done @@ -258,7 +258,7 @@ elif [ $1 = for56 ]; then done elif [ $1 = for55 ]; then - for i in 21 22 23 24 + for i in 22 23 24 do getOneMock fc${i}x remi done @@ -268,7 +268,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 21 22 23 24 25 + for i in 22 23 24 25 do getOneMock fc${i}x $opt done @@ -278,7 +278,7 @@ elif [ $1 = allx ]; then done elif [ $1 = scl54 ]; then - for i in 21 22 23 24 25 + for i in 22 23 24 25 do getOneMock scl54fc${i}x $opt done @@ -288,7 +288,7 @@ elif [ $1 = scl54 ]; then done elif [ $1 = scl55 ]; then - for i in 21 22 23 24 25 + for i in 22 23 24 25 do getOneMock scl55fc${i}x $opt done @@ -298,7 +298,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 21 22 23 24 25 + for i in 22 23 24 25 do getOneMock scl56fc${i}x $opt done @@ -308,7 +308,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 21 22 23 24 25 + for i in 22 23 24 25 do getOneMock scl70fc${i}x $opt done |