Skip to content

Commit c961fca

Browse files
FAB-4073 Documentation for BYFN
address nick's comments address nick's 2nd round comments address 3rd round of comments add download script for byfn content add samples.rst and adapt the bootstraping to reflect the new scheme for handling fabric samples Change-Id: Ic1aeb8bf80f49b79c355000c6a0775428fe14c4c Signed-off-by: Christopher Ferris <[email protected]>
1 parent feded5a commit c961fca

File tree

6 files changed

+1078
-951
lines changed

6 files changed

+1078
-951
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ PROJECT_FILES = $(shell git ls-files | grep -v ^test | grep -v ^unit-test | \
7979
grep -v ^bddtests | grep -v ^docs | grep -v _test.go$ | grep -v .md$ | \
8080
grep -v ^.git | grep -v ^examples | grep -v ^devenv | grep -v .png$ | \
8181
grep -v ^LICENSE )
82+
RELEASE_TEMPLATES = $(shell git ls-files | grep "release/templates")
8283
IMAGES = peer orderer ccenv javaenv buildenv testenv zookeeper kafka couchdb tools
8384
RELEASE_PLATFORMS = windows-amd64 darwin-amd64 linux-amd64 linux-ppc64le linux-s390x
8485
RELEASE_PKGS = configtxgen cryptogen configtxlator
@@ -353,6 +354,10 @@ release/%/install: $(PROJECT_FILES)
353354
| sed -e 's/_BASE_DOCKER_TAG_/$(BASE_DOCKER_TAG)/g' \
354355
> $(@D)/bin/get-docker-images.sh
355356
@chmod +x $(@D)/bin/get-docker-images.sh
357+
@cat $(@D)/../templates/get-byfn.in \
358+
| sed -e 's/_VERSION_/$(PROJECT_VERSION)/g' \
359+
> $(@D)/bin/get-byfn.sh
360+
@chmod +x $(@D)/bin/get-byfn.sh
356361

357362
.PHONY: dist
358363
dist: dist-clean release

0 commit comments

Comments
 (0)