aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorVlad <gluk256@gmail.com>2017-05-03 21:36:02 +0800
committerVlad <gluk256@gmail.com>2017-05-03 21:36:02 +0800
commit99127ff2e7930c9aa1d5b8f29bb27f811fd53db3 (patch)
treecbfac3bcc7f975c79d3ae592d06978e1fc4e3103 /build
parentc3dc01caf18addd8466bf8667dca2052ad1342f8 (diff)
downloaddexon-99127ff2e7930c9aa1d5b8f29bb27f811fd53db3.tar
dexon-99127ff2e7930c9aa1d5b8f29bb27f811fd53db3.tar.gz
dexon-99127ff2e7930c9aa1d5b8f29bb27f811fd53db3.tar.bz2
dexon-99127ff2e7930c9aa1d5b8f29bb27f811fd53db3.tar.lz
dexon-99127ff2e7930c9aa1d5b8f29bb27f811fd53db3.tar.xz
dexon-99127ff2e7930c9aa1d5b8f29bb27f811fd53db3.tar.zst
dexon-99127ff2e7930c9aa1d5b8f29bb27f811fd53db3.zip
build: wnode added to the build configuration
Diffstat (limited to 'build')
-rw-r--r--build/ci.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/ci.go b/build/ci.go
index 8b6ebe74c..47b1dc780 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -77,6 +77,7 @@ var (
executablePath("puppeth"),
executablePath("rlpdump"),
executablePath("swarm"),
+ executablePath("wnode"),
}
// A debian package is created for all executables listed here.
@@ -109,6 +110,10 @@ var (
Name: "swarm",
Description: "Ethereum Swarm daemon and tools",
},
+ {
+ Name: "wnode",
+ Description: "Ethereum Whisper diagnostic tool",
+ },
}
// Distros for which packages are created.