From d7c398b638115ad724e9a1ce363ae78fe25968b7 Mon Sep 17 00:00:00 2001 From: zelig Date: Tue, 13 Dec 2016 09:18:18 +0100 Subject: build: add swarm command to binary packages, update README --- build/ci.go | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'build/ci.go') 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", -- cgit v1.2.3