aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/dev
diff options
context:
space:
mode:
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 365964b7f..d571a7d31 100644
--- a/swarm/dev/Makefile
+++ b/swarm/dev/Makefile
@@ -3,12 +3,12 @@
default: build
build:
- go build -o bin/swarm github.com/ethereum/go-ethereum/cmd/swarm
- go build -o bin/geth github.com/ethereum/go-ethereum/cmd/geth
- go build -o bin/bootnode github.com/ethereum/go-ethereum/cmd/bootnode
+ 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
cluster: build
scripts/boot-cluster.sh
test:
- go test -v github.com/ethereum/go-ethereum/swarm/...
+ go test -v github.com/dexon-foundation/dexon/swarm/...
diff --git a/swarm/dev/bashrc b/swarm/dev/bashrc
index efb504fa3..b1f9652e7 100644
--- a/swarm/dev/bashrc
+++ b/swarm/dev/bashrc
@@ -1,4 +1,4 @@
-export ROOT="${GOPATH}/src/github.com/ethereum/go-ethereum"
+export ROOT="${GOPATH}/src/github.com/dexon-foundation/dexon"
export PATH="${ROOT}/swarm/dev/bin:${PATH}"
cd "${ROOT}/swarm/dev"
diff --git a/swarm/dev/run.sh b/swarm/dev/run.sh
index 2ad600ded..71ed13262 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/ethereum/go-ethereum" \
+ --volume "${ROOT}:/go/src/github.com/dexon-foundation/dexon" \
--volume "/var/run/docker.sock:/var/run/docker.sock" \
${docker_args} \
"${name}" \