diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-03-09 18:02:43 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2017-03-09 18:02:43 +0800 |
commit | 288700c4d884321b7de7119b596c6e052fa33b27 (patch) | |
tree | 6dccd8f299a68dd6ce9084db16edc951d214264c | |
parent | 544247c91828b5f99d7d2bd61b98cc51e2b23e44 (diff) | |
download | go-tangerine-288700c4d884321b7de7119b596c6e052fa33b27.tar.gz go-tangerine-288700c4d884321b7de7119b596c6e052fa33b27.tar.zst go-tangerine-288700c4d884321b7de7119b596c6e052fa33b27.zip |
build: add bootnode to Ubuntu PPAs too (#3766)
-rw-r--r-- | build/ci.go | 4 |
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.", }, |