[28632] in Source-Commits

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

build-system commit: Add xenial

daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Tue Jun 21 03:03:21 2016

Date: Tue, 21 Jun 2016 03:03:15 -0400
From: Anders Kaseorg <andersk@mit.edu>
Message-Id: <201606210703.u5L73Fmh010699@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/build-system/commit/0ad6857410ed5c3b3eddb32d250af471cf35049d
commit 0ad6857410ed5c3b3eddb32d250af471cf35049d
Author: Anders Kaseorg <andersk@mit.edu>
Date:   Tue Jun 21 03:03:07 2016 -0400

    Add xenial

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

diff --git a/dabuildsys/config.py b/dabuildsys/config.py
index c652ef8..477a4d2 100644
--- a/dabuildsys/config.py
+++ b/dabuildsys/config.py
@@ -9,7 +9,7 @@ import os
 import os.path
 
 debian_releases = ['wheezy', 'jessie']
-ubuntu_releases = ['precise', 'trusty', 'wily']
+ubuntu_releases = ['precise', 'trusty', 'wily', 'xenial']
 releases = debian_releases + ubuntu_releases
 
 debian_tags = { 'wheezy' : 'debian7.0', 'jessie' : 'debian8.0~0.2' }
@@ -17,6 +17,7 @@ ubuntu_tags = {
 	'precise' : 'ubuntu12.04',
 	'trusty' : 'ubuntu14.04',
 	'wily' : 'ubuntu15.10~0.1',
+	'xenial' : 'ubuntu16.04~0.1',
 }
 release_tags = dict(debian_tags.items() + ubuntu_tags.items())
 

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