Skip to content

Commit

Permalink
vendor: only vendor on emitted binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Romano committed Apr 4, 2016
1 parent bb69dd3 commit ed36404
Show file tree
Hide file tree
Showing 633 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ before_install:

# disable godep restore override
install:
- go get -t -v ./...
- pushd app/ && go get -t -v ./... && popd

script:
- ./test
3 changes: 1 addition & 2 deletions Godeps/Godeps.json → app/Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
4 changes: 4 additions & 0 deletions app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## app

This directory is meant to enforce vendoring for etcd binaries without polluting
the etcd client libraries with vendored dependencies.
1 change: 1 addition & 0 deletions app/etcdctl
1 change: 1 addition & 0 deletions app/etcdmain
1 change: 1 addition & 0 deletions app/main.go
1 change: 1 addition & 0 deletions app/tools
File renamed without changes.
1 change: 1 addition & 0 deletions app/vendor/github.com/coreos/etcd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit ed36404

Please sign in to comment.