[26902] in Source-Commits
Re: /svn/athena r25824 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Thu Feb 21 22:50:20 2013
Date: Thu, 21 Feb 2013 22:50:12 -0500 (EST)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201302212121.r1LLLE7M031718@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1302212250070.9389@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Woo! (ACK.)
-Ben
On Thu, 21 Feb 2013, Jonathan D Reed wrote:
> 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"
>
>