From 8e1fcebe575c3d9cf730a94c0be860b3bcf0187c Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 1 Jun 2018 09:47:22 -0700 Subject: [PATCH] vendor iptb --- sharness/Makefile | 6 +++--- sharness/dependencies/iptb | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 sharness/dependencies/iptb diff --git a/sharness/Makefile b/sharness/Makefile index 1dc7d57f..7f3fb804 100644 --- a/sharness/Makefile +++ b/sharness/Makefile @@ -37,6 +37,7 @@ IPFS_5_TO_6_SRC = ../ipfs-5-to-6 IPFS_6_TO_7_SRC = ../ipfs-6-to-7 IPFS_UPDATE_SRC = ../Godeps/_workspace/src/github.com/ipfs/ipfs-update POLL_ENDPOINT_SRC = ./dependencies/pollEndpoint +IPTB_SRC = ./dependencies/iptb # User might want to override those on the command line GOFLAGS = @@ -86,10 +87,9 @@ bin/go-sleep: go get github.com/chriscool/go-sleep go build $(GOFLAGS) -o $@ github.com/chriscool/go-sleep -bin/iptb: +bin/iptb: $(call find_go_files, $(IPTB_SRC)) BUILD-OPTIONS @echo "*** installing $@ ***" - go get github.com/ipfs/iptb - go build $(GOFLAGS) -o $@ github.com/ipfs/iptb + go build $(GOFLAGS) -o $@ $(IPTB_SRC) bin/ipfs-0-to-1: $(call find_go_files, $(IPFS_0_TO_1_SRC)) BUILD-OPTIONS @echo "*** installing $@ ***" diff --git a/sharness/dependencies/iptb b/sharness/dependencies/iptb new file mode 160000 index 00000000..65c84391 --- /dev/null +++ b/sharness/dependencies/iptb @@ -0,0 +1 @@ +Subproject commit 65c84391f4382a1dbd21addd22775e8a0e860737