Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
suhasagg committed Mar 21, 2019
1 parent d3a1bb6 commit 98440f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ deps: $(PLUGIN_DIR) $(GO_ETHEREUM_DIR) $(SSHA3_DIR)

# for when you want to reference a different branch of go-loom
#cd $(PLUGIN_DIR) && git checkout refactor-multi-chain-signatures2 && git pull origin refactor-multi-chain-signatures2
cd $(GOLANG_PROTOBUF_DIR) && git checkout v1.1.0
cd $(PLUGIN_DIR) && git checkout karmabranch && git pull origin karmabranch
cd $(GOLANG_PROTOBUF_DIR) && git checkout v1.1.0
cd $(GOGO_PROTOBUF_DIR) && git checkout v1.1.1
cd $(GO_ETHEREUM_DIR) && git checkout master && git pull && git checkout $(ETHEREUM_GIT_REV)
cd $(HASHICORP_DIR) && git checkout $(HASHICORP_GIT_REV)
Expand Down

0 comments on commit 98440f8

Please sign in to comment.