From ac088de6322fc16ebe75c2e5554be73754bf1fe2 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 12 Jun 2019 17:31:08 +0800 Subject: Rebrand as tangerine-network/go-tangerine --- swarm/dev/Makefile | 8 ++++---- swarm/dev/bashrc | 2 +- swarm/dev/run.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'swarm/dev') diff --git a/swarm/dev/Makefile b/swarm/dev/Makefile index d571a7d31..7ca69851f 100644 --- a/swarm/dev/Makefile +++ b/swarm/dev/Makefile @@ -3,12 +3,12 @@ default: build build: - go build -o bin/swarm github.com/dexon-foundation/dexon/cmd/swarm - go build -o bin/geth github.com/dexon-foundation/dexon/cmd/geth - go build -o bin/bootnode github.com/dexon-foundation/dexon/cmd/bootnode + go build -o bin/swarm github.com/tangerine-network/go-tangerine/cmd/swarm + go build -o bin/geth github.com/tangerine-network/go-tangerine/cmd/geth + go build -o bin/bootnode github.com/tangerine-network/go-tangerine/cmd/bootnode cluster: build scripts/boot-cluster.sh test: - go test -v github.com/dexon-foundation/dexon/swarm/... + go test -v github.com/tangerine-network/go-tangerine/swarm/... diff --git a/swarm/dev/bashrc b/swarm/dev/bashrc index b1f9652e7..80218fe72 100644 --- a/swarm/dev/bashrc +++ b/swarm/dev/bashrc @@ -1,4 +1,4 @@ -export ROOT="${GOPATH}/src/github.com/dexon-foundation/dexon" +export ROOT="${GOPATH}/src/github.com/tangerine-network/go-tangerine" export PATH="${ROOT}/swarm/dev/bin:${PATH}" cd "${ROOT}/swarm/dev" diff --git a/swarm/dev/run.sh b/swarm/dev/run.sh index 71ed13262..a978448b1 100755 --- a/swarm/dev/run.sh +++ b/swarm/dev/run.sh @@ -80,7 +80,7 @@ run_image() { --rm \ --hostname "${name}" \ --name "${name}" \ - --volume "${ROOT}:/go/src/github.com/dexon-foundation/dexon" \ + --volume "${ROOT}:/go/src/github.com/tangerine-network/go-tangerine" \ --volume "/var/run/docker.sock:/var/run/docker.sock" \ ${docker_args} \ "${name}" \ -- cgit