aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-03-04 21:46:20 +0800
committerGitHub <noreply@github.com>2019-03-04 21:46:20 +0800
commita1099bb7e91899bbcfb615cd229ca422fc68605b (patch)
tree6110ef14b0105dde5d28cfeb0b3f7a0e57e140d6
parent603a85218b0276b197808c2829a685f7c448d471 (diff)
parente2d322b25a9ed46f06cbcd87cb1221945dd1c4ff (diff)
downloadgo-tangerine-a1099bb7e91899bbcfb615cd229ca422fc68605b.tar
go-tangerine-a1099bb7e91899bbcfb615cd229ca422fc68605b.tar.gz
go-tangerine-a1099bb7e91899bbcfb615cd229ca422fc68605b.tar.bz2
go-tangerine-a1099bb7e91899bbcfb615cd229ca422fc68605b.tar.lz
go-tangerine-a1099bb7e91899bbcfb615cd229ca422fc68605b.tar.xz
go-tangerine-a1099bb7e91899bbcfb615cd229ca422fc68605b.tar.zst
go-tangerine-a1099bb7e91899bbcfb615cd229ca422fc68605b.zip
Merge pull request #19205 from holiman/alltools_clef
build: add clef to alltools and deb
-rw-r--r--build/ci.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/ci.go b/build/ci.go
index 0413d5155..f5553fd30 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -80,6 +80,7 @@ var (
executablePath("puppeth"),
executablePath("rlpdump"),
executablePath("wnode"),
+ executablePath("clef"),
}
// Files that end up in the swarm*.zip archive.
@@ -118,6 +119,10 @@ var (
BinaryName: "wnode",
Description: "Ethereum Whisper diagnostic tool",
},
+ {
+ BinaryName: "clef",
+ Description: "Ethereum account management tool.",
+ },
}
// A debian package is created for all executables listed here.