Skip to content

Update docs get_vendor_deps -> vendor-deps#3402

Merged
jackzampolin merged 2 commits intodevelopfrom
gamarin/update_docs
Jan 28, 2019
Merged

Update docs get_vendor_deps -> vendor-deps#3402
jackzampolin merged 2 commits intodevelopfrom
gamarin/update_docs

Conversation

@gamarin2
Copy link
Copy Markdown

@gamarin2 gamarin2 commented Jan 26, 2019

Replace get_vendor_deps with vendor-deps in Makefile.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 26, 2019

Codecov Report

Merging #3402 into develop will decrease coverage by 0.06%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #3402      +/-   ##
===========================================
- Coverage    59.38%   59.32%   -0.07%     
===========================================
  Files          131      131              
  Lines         9862     9862              
===========================================
- Hits          5857     5851       -6     
- Misses        3632     3638       +6     
  Partials       373      373

git clone https://github.com/cosmos/cosmos-sdk
cd cosmos-sdk && git checkout master
make tools && make get_vendor_deps && make install
make tools && make install
Copy link
Copy Markdown
Contributor

@jackzampolin jackzampolin Jan 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
make tools && make install
make tools vendor-deps install

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

install depends on vendor-deps, this may be redundant.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my thinking exactly

cd $GOPATH/src/github.com/cosmos/cosmos-sdk
git fetch --all && git checkout master
make update_tools && make get_vendor_deps && make install
make update_tools && make install
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
make update_tools && make install
make update_tools vendor-deps install

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

@jackzampolin
Copy link
Copy Markdown
Contributor

Just a couple of small comment @gamarin2, then LGTM

Co-Authored-By: gamarin2 <gautier@tendermint.com>
@jackzampolin jackzampolin merged commit 7988686 into develop Jan 28, 2019
@jackzampolin jackzampolin deleted the gamarin/update_docs branch January 28, 2019 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants