aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/dev
diff options
context:
space:
mode:
authorWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:31:08 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-09-17 16:57:29 +0800
commitac088de6322fc16ebe75c2e5554be73754bf1fe2 (patch)
tree086b7827d46a4d07b834cd94be73beaabb77b734 /swarm/dev
parent67d565f3f0e398e99bef96827f729e3e4b0edf31 (diff)
downloadgo-tangerine-ac088de6322fc16ebe75c2e5554be73754bf1fe2.tar.gz
go-tangerine-ac088de6322fc16ebe75c2e5554be73754bf1fe2.tar.zst
go-tangerine-ac088de6322fc16ebe75c2e5554be73754bf1fe2.zip
Rebrand as tangerine-network/go-tangerine
Diffstat (limited to 'swarm/dev')
-rw-r--r--swarm/dev/Makefile8
-rw-r--r--swarm/dev/bashrc2
-rwxr-xr-xswarm/dev/run.sh2
3 files changed, 6 insertions, 6 deletions
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}" \