aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-08-07 17:42:30 +0800
committerGitHub <noreply@github.com>2017-08-07 17:42:30 +0800
commitb159cdd8dd33ba030e7af5aa144de43441e4f543 (patch)
tree2781c64d8ac01334993d7a8f384186619b2911c8
parent1059927f9cd2fde1a805c5297fb75db2e6f8584d (diff)
parent524ca544b2d10e7efd1d84dcbc80e8c199bb2d2c (diff)
downloaddexon-b159cdd8dd33ba030e7af5aa144de43441e4f543.tar.gz
dexon-b159cdd8dd33ba030e7af5aa144de43441e4f543.tar.zst
dexon-b159cdd8dd33ba030e7af5aa144de43441e4f543.zip
Merge pull request #14910 from karalabe/drop-yakkety-support
build: drop yakkety builds (launchpad end of life)
-rw-r--r--build/ci.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/ci.go b/build/ci.go
index 6a52077d4..e631d70ef 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -119,7 +119,8 @@ var (
// Distros for which packages are created.
// Note: vivid is unsupported because there is no golang-1.6 package for it.
// Note: wily is unsupported because it was officially deprecated on lanchpad.
- debDistros = []string{"trusty", "xenial", "yakkety", "zesty"}
+ // Note: yakkety is unsupported because it was officially deprecated on lanchpad.
+ debDistros = []string{"trusty", "xenial", "zesty"}
)
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))