diff --git a/MAINTAINERS.md b/MAINTAINERS.md index fe6905654..b0c0797fc 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -2,18 +2,18 @@ Maintainers =========== -| Name | GitHub | Chat | email | -|---------------------------|------------------|---------------|---------------------------| -| Artem Barger | c0rwin | c0rwin | bartem@il.ibm.com | -| James Taylor | jt-nti | jtonline | jamest@uk.ibm.com | -| Matthew B White | mbwhite | mbwhite | whitemat@uk.ibm.com | - +| Name | GitHub | Chat | email | +|---------------------------|------------------|-----------------|---------------------------| +| Artem Barger | c0rwin | c0rwin | bartem@il.ibm.com | +| Matthew B White | mbwhite | mbwhite | whitemat@uk.ibm.com | +| Mark Lewis | bestbeforetoday | bestbeforetoday | mark_lewis@uk.ibm.com | Retired Maintainers =================== | Name | GitHub | Chat | email | |---------------------------|------------------|---------------|---------------------------| +| James Taylor | jt-nti | jtonline | jamest@uk.ibm.com | | Gari Singh | mastersingh24 | mastersingh24 | gari.r.singh@gmail.com | | Gennady Laventman | gennadylaventman | gennadyl | gennady@il.ibm.com | | Jim Zhang | jimthematrix | jimthematrix | jim\_the\_matrix@hotmail.com | diff --git a/fabric-chaincode-integration-test/src/test/resources/scripts/mfsetup.sh b/fabric-chaincode-integration-test/src/test/resources/scripts/mfsetup.sh index 6df1a20d4..f2cb4d8f1 100755 --- a/fabric-chaincode-integration-test/src/test/resources/scripts/mfsetup.sh +++ b/fabric-chaincode-integration-test/src/test/resources/scripts/mfsetup.sh @@ -26,7 +26,7 @@ docker run --name microfab \ sleep 10 curl -sSL http://console.localho.st:8080/ak/api/v1/components > $CFG/cfg.json -weft microfab -w $CFG/_wallets -p $CFG/_gateways -m $CFG/_msp -f --config $CFG/cfg.json +npx @hyperledger-labs/weft microfab -w $CFG/_wallets -p $CFG/_gateways -m $CFG/_msp -f --config $CFG/cfg.json # bring in the helper bash scripts . $DIR/scripts/ccutils.sh