[27513] in Source-Commits

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

scripts commit: Add tag for trusty

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Fri Oct 18 13:46:20 2013

Date: Fri, 18 Oct 2013 13:46:12 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201310181746.r9IHkCU5012519@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/scripts/commit/c6f46bb7f22c1220e8cead1e1f82875e238aea57
commit c6f46bb7f22c1220e8cead1e1f82875e238aea57
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Fri Oct 18 13:45:41 2013 -0400

    Add tag for trusty
    
    Ubuntu 14.04 will be named "Trusty Tahr", so add a tag for it.

 debian-versions.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian-versions.sh b/debian-versions.sh
index ba5d144..9547fbb 100755
--- a/debian-versions.sh
+++ b/debian-versions.sh
@@ -26,6 +26,9 @@ gettag() {
 	saucy)
 	    echo "~ubuntu13.10"
 	    ;;
+	trusty)
+	    echo "~ubuntu14.04~0.1"
+	    ;;
 	raspbian-wheezy)
 	    echo "~raspbian7.0~0.1"
 	    ;;

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