[27119] in Source-Commits
/svn/athena r25958 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu May 2 10:08:19 2013
Date: Thu, 2 May 2013 10:08:11 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201305021408.r42E8BZm032405@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2013-05-02 10:08:11 -0400 (Thu, 02 May 2013)
New Revision: 25958
Modified:
trunk/debathena/scripts/installer/install-debathena.beta.sh
Log:
* Punt Hardy and Oneiric
* Add Saucy
* October is sooner than you think
Modified: trunk/debathena/scripts/installer/install-debathena.beta.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.beta.sh 2013-04-27 20:03:52 UTC (rev 25957)
+++ trunk/debathena/scripts/installer/install-debathena.beta.sh 2013-05-02 14:08:11 UTC (rev 25958)
@@ -65,14 +65,14 @@
case $distro in
squeeze)
;;
- hardy|lucid)
+ lucid)
ubuntu=yes
;;
- oneiric|precise|quantal)
+ precise|quantal|raring)
ubuntu=yes
aptitude=apt-get
;;
- raring)
+ saucy)
ubuntu=yes
aptitude=apt-get
output "The release you are running ($distro) is not yet supported"
@@ -89,7 +89,7 @@
[ y != "$answer" ] && exit 1
fi
;;
- lenny|intrepid|jaunty|karmic|maverick|natty)
+ lenny|hardy|intrepid|jaunty|karmic|maverick|natty|oneiric)
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"