[28864] in Source-Commits

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

build-system commit: Remove ~0.1 from stretch, xenial, artful, bionic tags

daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Thu May 10 15:22:28 2018

Date: Thu, 10 May 2018 15:22:15 -0400
From: Anders Kaseorg <andersk@mit.edu>
Message-Id: <201805101922.w4AJMF5P030044@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/build-system/commit/f9d50984616fd03aaa384496f3862e4272646212
commit f9d50984616fd03aaa384496f3862e4272646212
Author: Anders Kaseorg <andersk@mit.edu>
Date:   Thu May 10 15:21:10 2018 -0400

    Remove ~0.1 from stretch, xenial, artful, bionic tags
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>

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

diff --git a/dabuildsys/config.py b/dabuildsys/config.py
index b2bec65..3222d20 100644
--- a/dabuildsys/config.py
+++ b/dabuildsys/config.py
@@ -18,14 +18,14 @@ releases = debian_releases + ubuntu_releases
 debian_tags = {
     'wheezy' : 'debian7.0',
     'jessie' : 'debian8.0',
-    'stretch' : 'debian9.0~0.1',
+    'stretch' : 'debian9.0',
 }
 ubuntu_tags = {
 	'precise' : 'ubuntu12.04',
 	'trusty' : 'ubuntu14.04',
-	'xenial' : 'ubuntu16.04~0.1',
-	'artful' : 'ubuntu17.10~0.1',
-	'bionic' : 'ubuntu18.04~0.1',
+	'xenial' : 'ubuntu16.04',
+	'artful' : 'ubuntu17.10',
+	'bionic' : 'ubuntu18.04',
 }
 release_tags = dict(debian_tags.items() + ubuntu_tags.items())
 

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