diff options
author | Vlad <gluk256@gmail.com> | 2017-05-03 21:36:02 +0800 |
---|---|---|
committer | Vlad <gluk256@gmail.com> | 2017-05-03 21:36:02 +0800 |
commit | 99127ff2e7930c9aa1d5b8f29bb27f811fd53db3 (patch) | |
tree | cbfac3bcc7f975c79d3ae592d06978e1fc4e3103 /build | |
parent | c3dc01caf18addd8466bf8667dca2052ad1342f8 (diff) | |
download | go-tangerine-99127ff2e7930c9aa1d5b8f29bb27f811fd53db3.tar.gz go-tangerine-99127ff2e7930c9aa1d5b8f29bb27f811fd53db3.tar.zst go-tangerine-99127ff2e7930c9aa1d5b8f29bb27f811fd53db3.zip |
build: wnode added to the build configuration
Diffstat (limited to 'build')
-rw-r--r-- | build/ci.go | 5 |
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. |