Skip to content

Commit

Permalink
Merge "FAB-4073 Documentation for BYFN"
Browse files Browse the repository at this point in the history
  • Loading branch information
hacera-jonathan authored and Gerrit Code Review committed Jun 20, 2017
2 parents 08bd9be + c961fca commit 9c057fa
Show file tree
Hide file tree
Showing 6 changed files with 1,078 additions and 951 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ PROJECT_FILES = $(shell git ls-files | grep -v ^test | grep -v ^unit-test | \
grep -v ^bddtests | grep -v ^docs | grep -v _test.go$ | grep -v .md$ | \
grep -v ^.git | grep -v ^examples | grep -v ^devenv | grep -v .png$ | \
grep -v ^LICENSE )
RELEASE_TEMPLATES = $(shell git ls-files | grep "release/templates")
IMAGES = peer orderer ccenv javaenv buildenv testenv zookeeper kafka couchdb tools
RELEASE_PLATFORMS = windows-amd64 darwin-amd64 linux-amd64 linux-ppc64le linux-s390x
RELEASE_PKGS = configtxgen cryptogen configtxlator peer
Expand Down Expand Up @@ -363,6 +364,10 @@ release/%/install: $(PROJECT_FILES)
| sed -e 's/_BASE_DOCKER_TAG_/$(BASE_DOCKER_TAG)/g' \
> $(@D)/bin/get-docker-images.sh
@chmod +x $(@D)/bin/get-docker-images.sh
@cat $(@D)/../templates/get-byfn.in \
| sed -e 's/_VERSION_/$(PROJECT_VERSION)/g' \
> $(@D)/bin/get-byfn.sh
@chmod +x $(@D)/bin/get-byfn.sh

.PHONY: dist
dist: dist-clean release
Expand Down
Loading

0 comments on commit 9c057fa

Please sign in to comment.