[28167] in Source-Commits
scripts commit: installer: del quantal, raring, lucid; add trusty
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Apr 15 14:17:24 2014
Date: Tue, 15 Apr 2014 14:14:47 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201404151814.s3FIElAc015206@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/scripts/commit/a94f646419dea67821ebf15f23eeda783a054967
commit a94f646419dea67821ebf15f23eeda783a054967
Author: Jonathan Reed <jdreed@mit.edu>
Date: Thu Apr 10 15:47:50 2014 -0400
installer: del quantal, raring, lucid; add trusty
- Raring is dead.
- Quantal will be dead at the end of the month and installing a
new quantal machine is not recommended at this time.
- Ditto for Lucid
installer/install-debathena.beta.sh | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/installer/install-debathena.beta.sh b/installer/install-debathena.beta.sh
index 5245dbe..b823f72 100644
--- a/installer/install-debathena.beta.sh
+++ b/installer/install-debathena.beta.sh
@@ -69,19 +69,16 @@ case $distro in
jessie)
prerelease=yes
;;
- lucid)
- ubuntu=yes
- ;;
- precise|quantal|raring)
+ precise|saucy)
ubuntu=yes
aptitude=apt-get
;;
- saucy)
+ trusty)
ubuntu=yes
aptitude=apt-get
prerelease=yes
;;
- lenny|hardy|intrepid|jaunty|karmic|maverick|natty|oneiric)
+ lenny|hardy|intrepid|jaunty|karmic|lucid|maverick|natty|oneiric|quantal|raring)
error "The release you are running ($distro) is no longer supported."
error "Generally, Debathena de-supports releases when they are no longer"
error "supported by upstream. If you believe you received this message"