[28822] in Source-Commits

home help back first fref pref prev next nref lref last post

build-system commit: Stop building for zesty

daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Tue Feb 13 21:59:21 2018

Date: Tue, 13 Feb 2018 21:53:55 -0500
From: Anders Kaseorg <andersk@mit.edu>
Message-Id: <201802140253.w1E2rt1n005743@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/build-system/commit/93e803d7674d42770f20a7026bc100a429457061
commit 93e803d7674d42770f20a7026bc100a429457061
Author: Anders Kaseorg <andersk@mit.edu>
Date:   Tue Feb 13 21:48:49 2018 -0500

    Stop building for zesty
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>

 dabuildsys/config.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dabuildsys/config.py b/dabuildsys/config.py
index 1002fe3..cd74e5b 100644
--- a/dabuildsys/config.py
+++ b/dabuildsys/config.py
@@ -12,7 +12,7 @@ import os.path
 # debian-versions.sh in scripts.git (checked out at /mit/debathena/bin).
 
 debian_releases = ['wheezy', 'jessie', 'stretch']
-ubuntu_releases = ['precise', 'trusty', 'xenial', 'zesty', 'artful']
+ubuntu_releases = ['precise', 'trusty', 'xenial', 'artful']
 releases = debian_releases + ubuntu_releases
 
 debian_tags = {
@@ -24,7 +24,6 @@ ubuntu_tags = {
 	'precise' : 'ubuntu12.04',
 	'trusty' : 'ubuntu14.04',
 	'xenial' : 'ubuntu16.04~0.1',
-	'zesty' : 'ubuntu17.04~0.1',
 	'artful' : 'ubuntu17.10~0.1',
 }
 release_tags = dict(debian_tags.items() + ubuntu_tags.items())

home help back first fref pref prev next nref lref last post