aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorzelig <viktor.tron@gmail.com>2016-12-13 16:18:18 +0800
committerzelig <viktor.tron@gmail.com>2016-12-13 19:54:13 +0800
commitd7c398b638115ad724e9a1ce363ae78fe25968b7 (patch)
treed969d90d5df267ecad300ebeb7930fdad3c2ccb8 /build
parent5f5d0aa4ff3988d81406f2e79e45a32610894c7b (diff)
downloadgo-tangerine-d7c398b638115ad724e9a1ce363ae78fe25968b7.tar
go-tangerine-d7c398b638115ad724e9a1ce363ae78fe25968b7.tar.gz
go-tangerine-d7c398b638115ad724e9a1ce363ae78fe25968b7.tar.bz2
go-tangerine-d7c398b638115ad724e9a1ce363ae78fe25968b7.tar.lz
go-tangerine-d7c398b638115ad724e9a1ce363ae78fe25968b7.tar.xz
go-tangerine-d7c398b638115ad724e9a1ce363ae78fe25968b7.tar.zst
go-tangerine-d7c398b638115ad724e9a1ce363ae78fe25968b7.zip
build: add swarm command to binary packages, update README
Diffstat (limited to 'build')
-rw-r--r--build/ci.go16
1 files changed, 3 insertions, 13 deletions
diff --git a/build/ci.go b/build/ci.go
index 602eb8239..6f1978cf7 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -72,9 +72,7 @@ var (
executablePath("abigen"),
executablePath("evm"),
executablePath("geth"),
- executablePath("bzzd"),
- executablePath("bzzhash"),
- executablePath("bzzup"),
+ executablePath("swarm"),
executablePath("rlpdump"),
}
@@ -93,16 +91,8 @@ var (
Description: "Developer utility version of the EVM (Ethereum Virtual Machine) that is capable of running bytecode snippets within a configurable environment and execution mode.",
},
{
- Name: "bzzd",
- Description: "Ethereum Swarm daemon",
- },
- {
- Name: "bzzup",
- Description: "Ethereum Swarm command line file/directory uploader",
- },
- {
- Name: "bzzhash",
- Description: "Ethereum Swarm file/directory hash calculator",
+ Name: "swarm",
+ Description: "Ethereum Swarm daemon and tools",
},
{
Name: "abigen",