[26898] in Source-Commits

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

/svn/athena r25824 - trunk/debathena/scripts/installer

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Feb 21 16:21:20 2013

Date: Thu, 21 Feb 2013 16:21:14 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201302212121.r1LLLE7M031718@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2013-02-21 16:21:13 -0500 (Thu, 21 Feb 2013)
New Revision: 25824

Modified:
   trunk/debathena/scripts/installer/install-debathena.beta.sh
Log:
De-support natty, support quantal, pretend to support raring

Modified: trunk/debathena/scripts/installer/install-debathena.beta.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.beta.sh	2013-02-21 21:19:43 UTC (rev 25823)
+++ trunk/debathena/scripts/installer/install-debathena.beta.sh	2013-02-21 21:21:13 UTC (rev 25824)
@@ -82,21 +82,28 @@
   hardy|lucid)
     ubuntu=yes
     ;;
-  natty|oneiric|precise)
+  oneiric|precise|quantal)
     ubuntu=yes
     aptitude=apt-get
     ;;
-  quantal)
+  raring)
     ubuntu=yes
     aptitude=apt-get
-    output "The release you are running ($distro) is not supported"
-    output "and installing Debathena on it is probably a bad idea."
+    output "The release you are running ($distro) is not yet supported"
+    output "and installing Debathena on it is probably a bad idea,"
+    output "particularly for any purpose other than beta testing."
+    output ""
+    output "(New releases are generally supported a couple of weeks"
+    output "after the official release date.  We strongly encourage you"
+    output "to check http://debathena.mit.edu for support information"
+    output "and try again later, or install the previous version of"
+    output "the operating system.)"
     if ! test -f /root/pxe-install-flag; then
 	ask "Are you sure you want to proceed? [y/N] " n
 	[ y != "$answer" ] && exit 1
     fi
     ;;
-  lenny|intrepid|jaunty|karmic|maverick)
+  lenny|intrepid|jaunty|karmic|maverick|natty)
     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"


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