[26611] in Source-Commits
/svn/athena r25652 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Jul 24 09:53:02 2012
Date: Tue, 24 Jul 2012 09:52:59 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201207241352.q6ODqxZQ019429@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-07-24 09:52:59 -0400 (Tue, 24 Jul 2012)
New Revision: 25652
Modified:
trunk/debathena/scripts/installer/install-debathena.beta.sh
Log:
- Precise is now supported
- Tell Quantal users they're Wrong(tm)
- Tweak message for EOL'd distros
Modified: trunk/debathena/scripts/installer/install-debathena.beta.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.beta.sh 2012-07-20 22:52:26 UTC (rev 25651)
+++ trunk/debathena/scripts/installer/install-debathena.beta.sh 2012-07-24 13:52:59 UTC (rev 25652)
@@ -70,12 +70,12 @@
case $distro in
squeeze)
;;
- hardy|lucid|natty|oneiric)
+ hardy|lucid|natty|oneiric|precise)
ubuntu=yes
;;
- precise)
+ quantal)
ubuntu=yes
- output "The release you are running ($distro) is not fully supported"
+ output "The release you are running ($distro) is not supported"
output "and installing Debathena on it is probably a bad idea."
if ! test -f /root/pxe-install-flag; then
ask "Are you sure you want to proceed? [y/N] " n
@@ -83,7 +83,7 @@
fi
;;
lenny|intrepid|jaunty|karmic|maverick)
- error "The release you are running is no longer supported."
+ 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"
error "in error, please contact debathena@mit.edu."