Merge pull request #529 from weaveworks/release-0.8.0

Release 0.8.0
This commit is contained in:
Peter Bourgon
2015-10-01 18:14:36 +02:00
6 changed files with 4866 additions and 4682 deletions

View File

@@ -94,10 +94,10 @@ frontend: $(SCOPE_UI_BUILD_UPTODATE)
clean:
go clean ./...
rm -rf $(SCOPE_EXPORT) $(SCOPE_UI_BUILD_EXPORT) $(APP_EXE) $(PROBE_EXE) client/build/app.js
rm -rf $(SCOPE_EXPORT) $(SCOPE_UI_BUILD_EXPORT) $(APP_EXE) $(PROBE_EXE) client/build/app.js docker/weave
deps:
go get -tags netgo \
go get -u -f -tags netgo \
github.com/jwilder/docker-squash \
github.com/golang/lint/golint \
github.com/fzipp/gocyclo \
@@ -105,3 +105,6 @@ deps:
github.com/mjibson/esc \
github.com/kisielk/errcheck \
github.com/aktau/github-release
update:
go get -u -f -v -tags netgo ./...