[28851] in Source-Commits

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

build-system commit: Add bionic

daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Fri May 4 16:43:36 2018

Date: Fri, 4 May 2018 16:43:16 -0400
From: Anders Kaseorg <andersk@mit.edu>
Message-Id: <201805042043.w44KhGEC014001@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/build-system/commit/bfb98a1ebe6bf3609a92ea04bb635bd8fec58544
commit bfb98a1ebe6bf3609a92ea04bb635bd8fec58544
Author: Anders Kaseorg <andersk@mit.edu>
Date:   Fri May 4 16:42:57 2018 -0400

    Add bionic
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>

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

diff --git a/dabuildsys/config.py b/dabuildsys/config.py
index cd74e5b..b2bec65 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', 'artful']
+ubuntu_releases = ['precise', 'trusty', 'xenial', 'artful', 'bionic']
 releases = debian_releases + ubuntu_releases
 
 debian_tags = {
@@ -25,6 +25,7 @@ ubuntu_tags = {
 	'trusty' : 'ubuntu14.04',
 	'xenial' : 'ubuntu16.04~0.1',
 	'artful' : 'ubuntu17.10~0.1',
+	'bionic' : 'ubuntu18.04~0.1',
 }
 release_tags = dict(debian_tags.items() + ubuntu_tags.items())
 

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