diff options
author | Remi Collet <remi@remirepo.net> | 2019-08-26 17:23:18 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-08-26 17:23:18 +0200 |
commit | 8ba471302e1a483b475b91bd57704b5dce5c686c (patch) | |
tree | c23ae87eeb6d7db356eb1f16cb22fa95787f8108 /getmock | |
parent | 4d3b8607d91b08ad9c1f415a80a860d8d1e198a4 (diff) |
F31 build helpers
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -260,7 +260,7 @@ if [ $1 = devs -o $1 = dev ]; then fi if [ $1 = all ]; then - for i in 28 29 30 + for i in 29 30 31 do getOneMock fc${i}i $opt done @@ -316,7 +316,7 @@ elif [ $1 = all72 ]; then elif [ $1 = all73 ]; then [ $opt = remi ] && opt=php73 [ $opt = test ] && opt=test73 - for n in 28 29 + for n in 29 do getOneMock fc${n}i $opt '*7.3*' getOneMock fc${n}x $opt '*7.3*' @@ -349,7 +349,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 28 29 30 + for i in 29 30 31 do getOneMock fc${i}x $opt done @@ -371,7 +371,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 28 29 30 + for i in 29 30 31 do getOneMock scl56fc${i}x $opt done @@ -381,7 +381,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 28 29 30 + for i in 29 30 31 do getOneMock scl70fc${i}x $opt done @@ -391,7 +391,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 28 29 30 + for i in 29 30 31 do getOneMock scl71fc${i}x $opt done @@ -401,7 +401,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl74 ]; then - for i in 29 30 + for i in 29 30 31 do getOneMock scl74fc${i}x $opt done @@ -411,7 +411,7 @@ elif [ $1 = scl74 ]; then done elif [ $1 = scl73 ]; then - for i in 28 29 30 + for i in 29 30 31 do getOneMock scl73fc${i}x $opt done @@ -421,7 +421,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 28 29 30 + for i in 29 30 31 do getOneMock scl72fc${i}x $opt done |