From 288700c4d884321b7de7119b596c6e052fa33b27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= <peterke@gmail.com>
Date: Thu, 9 Mar 2017 12:02:43 +0200
Subject: [PATCH] build: add bootnode to Ubuntu PPAs too (#3766)

---
 build/ci.go | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build/ci.go b/build/ci.go
index 4ff63fd7f..914ce9eae 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -83,6 +83,10 @@ var (
 			Name:        "geth",
 			Description: "Ethereum CLI client.",
 		},
+		{
+			Name:        "bootnode",
+			Description: "Ethereum bootnode.",
+		},
 		{
 			Name:        "rlpdump",
 			Description: "Developer utility tool that prints RLP structures.",
-- 
GitLab