Skip to content

Commit

Permalink
removed downloable folder, binaries will be available in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroiraz committed Nov 9, 2017
1 parent de53794 commit 7f414ac
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ bin/%: $(PROJECT_FILES)
$(CGO_FLAGS) GOOS=$(GOOS) GOARCH=$(GOARCH) go build -o ./tools/$(GOOS)-$(GOARCH)/cryptogen -tags "$(GO_TAGS)" -ldflags "$(GO_LDFLAGS)" github.com/hyperledger/fabric/common/tools/cryptogen
rsync -rupE templates/ bin/$(GOOS)-$(GOARCH)/templates
rsync -rupE tools/$(GOOS)-$(GOARCH) bin/$(GOOS)-$(GOARCH)/tools
cd $(@D) && tar czf ../../downloadable/netcomposer-$(GOOS)-$(GOARCH).tar.gz .
cd $(@D) && tar czf ../../bin/netcomposer-$(GOOS)-$(GOARCH).tar.gz .

clean:
@rm -rf downloadable/*
@rm -rf bin
Binary file removed downloadable/netcomposer-darwin-amd64.tar.gz
Binary file not shown.
Binary file removed downloadable/netcomposer-linux-amd64.tar.gz
Binary file not shown.
Binary file removed downloadable/netcomposer-linux-ppc64le.tar.gz
Binary file not shown.
Binary file removed downloadable/netcomposer-linux-s390x.tar.gz
Binary file not shown.
Binary file removed downloadable/netcomposer-windows-amd64.tar.gz
Binary file not shown.

0 comments on commit 7f414ac

Please sign in to comment.