[26616] in Source-Commits

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

Re: /svn/athena r25652 - trunk/debathena/scripts/installer

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Tue Jul 24 22:07:15 2012

Date: Tue, 24 Jul 2012 22:07:12 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201207241352.q6ODqxZQ019429@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1207242206400.22690@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

Should we add wheezy, too?
ACK.
-Ben

On Tue, 24 Jul 2012, Jonathan D Reed wrote:

> 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."
>
>

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