Skip to content

Commit

Permalink
Update vendored files and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafe Colton committed Nov 1, 2017
1 parent f2fe08c commit 3689d9a
Show file tree
Hide file tree
Showing 199 changed files with 2 additions and 101,783 deletions.
68 changes: 1 addition & 67 deletions Godeps/Godeps.json

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

6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ release: binclean gox-build
open ./_release

.PHONY: gox-build
gox-build: get $(GOPATH)/bin/gox
gox-build: $(GOPATH)/bin/gox
CGO_ENABLED=0 $(GOPATH)/bin/gox -output="_release/docker-builder-$(REPO_VERSION)-{{ .OS }}-{{ .Arch }}" -osarch="darwin/amd64 linux/amd64" $(GOBUILD_VERSION_ARGS) $(GO_TAG_ARGS) $(B)
for file in $$(find ./_release -type f -name 'docker-builder-*') ; do openssl sha256 -out $$file-SHA256SUM $$file ; done

Expand Down Expand Up @@ -105,10 +105,6 @@ gopath:
$(GOPATH)/bin/godep:
go get github.com/tools/godep

.PHONY: get
get: $(GOPATH)/bin/godep
$(GOPATH)/bin/godep restore

.PHONY: save
save: $(GOPATH)/bin/godep
godep save
Expand Down
21 changes: 0 additions & 21 deletions vendor/github.com/Azure/go-ansiterm/LICENSE

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/github.com/Azure/go-ansiterm/README.md

This file was deleted.

188 changes: 0 additions & 188 deletions vendor/github.com/Azure/go-ansiterm/constants.go

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/github.com/Azure/go-ansiterm/context.go

This file was deleted.

Loading

0 comments on commit 3689d9a

Please sign in to comment.