aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-03-09 18:02:43 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2017-03-09 18:02:43 +0800
commit288700c4d884321b7de7119b596c6e052fa33b27 (patch)
tree6dccd8f299a68dd6ce9084db16edc951d214264c /build
parent544247c91828b5f99d7d2bd61b98cc51e2b23e44 (diff)
downloaddexon-288700c4d884321b7de7119b596c6e052fa33b27.tar
dexon-288700c4d884321b7de7119b596c6e052fa33b27.tar.gz
dexon-288700c4d884321b7de7119b596c6e052fa33b27.tar.bz2
dexon-288700c4d884321b7de7119b596c6e052fa33b27.tar.lz
dexon-288700c4d884321b7de7119b596c6e052fa33b27.tar.xz
dexon-288700c4d884321b7de7119b596c6e052fa33b27.tar.zst
dexon-288700c4d884321b7de7119b596c6e052fa33b27.zip
build: add bootnode to Ubuntu PPAs too (#3766)
Diffstat (limited to 'build')
-rw-r--r--build/ci.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/ci.go b/build/ci.go
index 4ff63fd7f..914ce9eae 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -84,6 +84,10 @@ var (
Description: "Ethereum CLI client.",
},
{
+ Name: "bootnode",
+ Description: "Ethereum bootnode.",
+ },
+ {
Name: "rlpdump",
Description: "Developer utility tool that prints RLP structures.",
},