Skip to content

Commit

Permalink
switch to vendor being in VCS
Browse files Browse the repository at this point in the history
This creates a bit of ugly redundancy in the core project, however, this
should addresses the issue in Homebrew/legacy-homebrew#49662 so that a clone of
the core project repo is immediately buildable without requiring any
additional network access during the pre-build phase.
  • Loading branch information
mroth committed Mar 2, 2016
1 parent a2c2720 commit 2242f5b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
bin
.tokens
vendor
builds
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ package: package_deps build


clobber:
rm -rf builds bin vendor
rm -rf builds bin
1 change: 1 addition & 0 deletions vendor/github.com/codegangsta/cli
Submodule cli added at 5db741
1 change: 1 addition & 0 deletions vendor/github.com/nlopes/slack
Submodule slack added at a6a2e4
1 change: 1 addition & 0 deletions vendor/golang.org/x/net
Submodule net added at 4599ae

0 comments on commit 2242f5b

Please sign in to comment.