Skip to content

Commit

Permalink
Point to Artifactory for chaintool downloads
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
  • Loading branch information
Brett Logan authored and sykesm committed Feb 3, 2020
1 parent 1786f10 commit 52e5155
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 268 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ PROJECT_NAME = hyperledger/fabric
endif

BUILD_DIR ?= .build
NEXUS_REPO = nexus3.hyperledger.org:10001/hyperledger

EXTRA_VERSION ?= $(shell git rev-parse --short HEAD)
PROJECT_VERSION=$(BASE_VERSION)-snapshot-$(EXTRA_VERSION)
Expand All @@ -81,7 +80,7 @@ GO_LDFLAGS = $(patsubst %,-X $(PKGNAME)/common/metadata.%,$(METADATA_VAR))

GO_TAGS ?=

CHAINTOOL_URL ?= https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/hyperledger-fabric/chaintool-$(CHAINTOOL_RELEASE)/hyperledger-fabric-chaintool-$(CHAINTOOL_RELEASE).jar
CHAINTOOL_URL ?= https://hyperledger.jfrog.io/hyperledger/fabric-maven/org/hyperledger/fabric-chaintool/$(CHAINTOOL_RELEASE)/fabric-chaintool-$(CHAINTOOL_RELEASE).jar

export GO_LDFLAGS GO_TAGS

Expand Down
1 change: 0 additions & 1 deletion ci.properties

This file was deleted.

1 change: 0 additions & 1 deletion scripts/check_license.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ function filterExcludedFiles {
| grep -v "\.md$" \
| grep -v "\.pb\.go$" \
| grep -v "\.pptx$" \
| grep -v "ci.properties" \
| sort -u`

CHECK=$(filterGeneratedFiles "$CHECK")
Expand Down
90 changes: 0 additions & 90 deletions scripts/multiarch.sh

This file was deleted.

174 changes: 0 additions & 174 deletions scripts/pull_build_artifacts.sh

This file was deleted.

0 comments on commit 52e5155

Please sign in to comment.