diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-12-14 18:26:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-14 18:26:20 +0800 |
commit | 49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f (patch) | |
tree | ff36f924c23cdf15f134ea4776e159052bdf9a29 /build | |
parent | 4d960f6dc67bfe5b8b4eeb3e3886d867e68bd01d (diff) | |
parent | 92224d27b124bda3748128a140d50ddf0fa295c1 (diff) | |
download | dexon-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar.gz dexon-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar.zst dexon-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.zip |
Merge pull request #3421 from ethersphere/s/swarm-cmd
cmd/swarm: one command with subcommands
Diffstat (limited to 'build')
-rw-r--r-- | build/ci.go | 16 |
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", |