From e4bf004560acf18919d5a1b952eeda521ae07aab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Viktor=20Tr=C3=B3n?= <viktor.tron@gmail.com>
Date: Mon, 28 Nov 2016 11:25:19 +0100
Subject: [PATCH] build/ci: add swarm related executables (bzzd, bzzup,
 bzzhash) to binary packages (#3354)

---
 build/ci.go | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/build/ci.go b/build/ci.go
index 61e8614ed..29c4b8b33 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -72,6 +72,9 @@ var (
 		executablePath("abigen"),
 		executablePath("evm"),
 		executablePath("geth"),
+		executablePath("bzzd"),
+		executablePath("bzzhash"),
+		executablePath("bzzup"),
 		executablePath("rlpdump"),
 	}
 
@@ -89,6 +92,18 @@ var (
 			Name:        "evm",
 			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:        "abigen",
 			Description: "Source code generator to convert Ethereum contract definitions into easy to use, compile-time type-safe Go packages.",
-- 
GitLab