[28761] in Source-Commits

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

build-system commit: Build for Yakkety and Zesty

daemon@ATHENA.MIT.EDU (Lizhou Sha)
Sat May 6 19:28:55 2017

Date: Sat, 6 May 2017 19:28:50 -0400
From: Lizhou Sha <slz@mit.edu>
Message-Id: <201705062328.v46NSoLq030428@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/build-system/commit/38e86473f01a43031a09bcb69c771a20050ab52c
commit 38e86473f01a43031a09bcb69c771a20050ab52c
Author: Lizhou Sha <slz@mit.edu>
Date:   Sat May 6 19:21:46 2017 -0400

    Build for Yakkety and Zesty

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

diff --git a/dabuildsys/config.py b/dabuildsys/config.py
index 9bd216f..7d874ab 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']
+ubuntu_releases = ['precise', 'trusty', 'xenial', 'yakkety', 'zesty']
 releases = debian_releases + ubuntu_releases
 
 debian_tags = {
@@ -24,6 +24,8 @@ ubuntu_tags = {
 	'precise' : 'ubuntu12.04',
 	'trusty' : 'ubuntu14.04',
 	'xenial' : 'ubuntu16.04~0.1',
+	'yakkety' : 'ubuntu16.10~0.1',
+	'zesty' : 'ubuntu17.04~0.1',
 }
 release_tags = dict(debian_tags.items() + ubuntu_tags.items())
 

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