Skip to content

Commit

Permalink
Updating MAINTAINERS.md info and removing dead code
Browse files Browse the repository at this point in the history
Signed-off-by: VRamakrishna <[email protected]>
  • Loading branch information
VRamakrishna committed Aug 27, 2024
1 parent d62db86 commit 382acd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
10 changes: 6 additions & 4 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,24 @@ Changes to this list can be done by submitting a PR which is approved by a simpl
| Dileban Karunamoorthy | [dileban][dileban] | | <[email protected]>
| Allison Irvin | [airvin][airvin] | | <[email protected]>
| Antony Targett | [AntTargett][AntTargett] | | <[email protected]>
| Sandeep Nishad | [sanvenDev][sanvenDev] | | <[email protected]>
| Sandeep Nishad | [sandeepnRES][sandeepnRES] | | <[email protected]>
| Krishnasuri Narayanam | [knarayan][knarayan] | | <[email protected]>
| Dhinakaran Vinayagamurthy | [dhinakaran2705][dhinakaran2705] | | <[email protected]>
| Yining Hu | [Yining-Hu][Yining-Hu] | | <[email protected]>
| Vinayaka Pandit | [Vinayaka-Pandit][Vinayaka-Pandit] | | <[email protected]>
| Christian Vecchiola | [Christian-Vecchiola][Christian-Vecchiola] | | <[email protected]>
| Christian Vecchiola | [hyp0th3rmi4][hyp0th3rmi4] | | <[email protected]>
| Sikhar Patranabis | [SIKHAR405][SIKHAR405] | | <[email protected]>

[VRamakrishna]: https://github.com/VRamakrishna
[ermyas]: https://github.com/ermyas
[nwaywood]: https://github.com/nwaywood
[dileban]: https://github.com/dileban
[airvin]: https://github.com/airvin
[AntTargett]: https://github.com/AntTargett
[sanvenDev]: https://github.com/sanvenDev
[sandeepnRES]: https://github.com/sandeepnRES/
[knarayan]: https://github.com/knarayan
[dhinakaran2705]: https://github.com/dhinakaran2705
[Yining-Hu]: https://github.com//Yining-Hu
[Vinayaka-Pandit]: https://github.com/Vinayaka-Pandit
[Christian-Vecchiola]: https://github.com/hyp0th3rmi4
[hyp0th3rmi4]: https://github.com/hyp0th3rmi4
[SIKHAR405]: https://github.com/SIKHAR405
6 changes: 0 additions & 6 deletions tests/network-setups/fabric/dev/scripts/deployCC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,8 @@ export NW_NAME=${NW_NAME}

if [ "$CC_SRC_LANGUAGE" = "go" -o "$CC_SRC_LANGUAGE" = "golang" ] ; then
CC_RUNTIME_LANGUAGE=golang
#CC_SRC_PATH="./chaincode/fabcar/go/"
CC_SRC_PATH="$APP_R/fabric/shared/chaincode/$CC_CHAIN_CODE"
echo "Preparing for deployment of :" $CC_SRC_PATH
#pushd ./chaincode/snamcc
#GO111MODULE=on go mod init snamcc
#GO111MODULE=on go mod vendor
#popd
#echo Finished vendoring Go dependencies
sleep 1

elif [ "$CC_SRC_LANGUAGE" = "javascript" ]; then
Expand Down

0 comments on commit 382acd3

Please sign in to comment.