aboutsummaryrefslogtreecommitdiffstats
path: root/build/ci.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-12-14 18:26:20 +0800
committerGitHub <noreply@github.com>2016-12-14 18:26:20 +0800
commit49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f (patch)
treeff36f924c23cdf15f134ea4776e159052bdf9a29 /build/ci.go
parent4d960f6dc67bfe5b8b4eeb3e3886d867e68bd01d (diff)
parent92224d27b124bda3748128a140d50ddf0fa295c1 (diff)
downloadgo-tangerine-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar
go-tangerine-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar.gz
go-tangerine-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar.bz2
go-tangerine-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar.lz
go-tangerine-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar.xz
go-tangerine-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar.zst
go-tangerine-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.zip
Merge pull request #3421 from ethersphere/s/swarm-cmd
cmd/swarm: one command with subcommands
Diffstat (limited to 'build/ci.go')
-rw-r--r--build/ci.go16
1 files changed, 3 insertions, 13 deletions
diff --git a/build/ci.go b/build/ci.go
index 188fbc6f0..867fc3732 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",