[27121] in Source-Commits
Re: /svn/athena r25958 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Thu May 2 20:57:19 2013
Date: Thu, 2 May 2013 20:57:10 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201305021408.r42E8BZm032405@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1305022057011.9389@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK for the beta installer, per zephyr.
-Ben
On Thu, 2 May 2013, Jonathan D Reed wrote:
> 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"
>
>