diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-04 08:37:45 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-04 08:37:45 +0200 |
commit | 4d3b8607d91b08ad9c1f415a80a860d8d1e198a4 (patch) | |
tree | 31c56aa2040251cf88235f71cfcdcc7c3d63e057 /getmock | |
parent | 5b6d2bb16a0eed544143e77a7152da2dbfb0ce9b (diff) |
close F27 repo
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 21 |
1 files changed, 8 insertions, 13 deletions
@@ -260,7 +260,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 27 28 29 30 + for i in 28 29 30 do getOneMock fc${i}i $opt done @@ -307,11 +307,6 @@ elif [ $1 = all71 ]; then elif [ $1 = all72 ]; then [ $opt = remi ] && opt=php72 [ $opt = test ] && opt=test72 - for n in 27 - do - getOneMock fc${n}i $opt '*7.2*' - getOneMock fc${n}x $opt '*7.2*' - done n=6 getOneMock el${n}i $opt '*7.2*' getOneMock el${n}x $opt '*7.2*' @@ -321,7 +316,7 @@ elif [ $1 = all72 ]; then elif [ $1 = all73 ]; then [ $opt = remi ] && opt=php73 [ $opt = test ] && opt=test73 - for n in 27 28 29 + for n in 28 29 do getOneMock fc${n}i $opt '*7.3*' getOneMock fc${n}x $opt '*7.3*' @@ -354,7 +349,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 27 28 29 30 + for i in 28 29 30 do getOneMock fc${i}x $opt done @@ -376,7 +371,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 27 28 29 30 + for i in 28 29 30 do getOneMock scl56fc${i}x $opt done @@ -386,7 +381,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 27 28 29 30 + for i in 28 29 30 do getOneMock scl70fc${i}x $opt done @@ -396,7 +391,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 27 28 29 30 + for i in 28 29 30 do getOneMock scl71fc${i}x $opt done @@ -416,7 +411,7 @@ elif [ $1 = scl74 ]; then done elif [ $1 = scl73 ]; then - for i in 27 28 29 30 + for i in 28 29 30 do getOneMock scl73fc${i}x $opt done @@ -426,7 +421,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 27 28 29 30 + for i in 28 29 30 do getOneMock scl72fc${i}x $opt done |