[25999] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Mon Aug 1 01:20:19 2011

Date: Mon, 1 Aug 2011 01:20:11 -0400 (EDT)
From: Geoffrey Thomas <geofft@MIT.EDU>
To: Jonathan D Reed <jdreed@mit.edu>
cc: source-commits@mit.edu
In-Reply-To: <201107312138.p6VLcFgP023207@drugstore.mit.edu>
Message-ID: <alpine.DEB.2.00.1108010120050.20567@tyger.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

Hm. Should this not just test $csoft?

-- 
Geoffrey Thomas
geofft@mit.edu

On Sun, 31 Jul 2011, Jonathan D Reed wrote:

> Author: jdreed
> Date: 2011-07-31 17:38:15 -0400 (Sun, 31 Jul 2011)
> New Revision: 25336
>
> Modified:
>   trunk/debathena/scripts/installer/install-debathena.beta.sh
> Log:
> Install license-config ahead of time
>
> Modified: trunk/debathena/scripts/installer/install-debathena.beta.sh
> ===================================================================
> --- trunk/debathena/scripts/installer/install-debathena.beta.sh	2011-07-31 19:40:13 UTC (rev 25335)
> +++ trunk/debathena/scripts/installer/install-debathena.beta.sh	2011-07-31 21:38:15 UTC (rev 25336)
> @@ -329,6 +329,11 @@
> output "Installing OpenAFS kernel metapackage"
> apt-get -y install $modules
>
> +if [ "cluster" = "$category" ] || [ "workstation" = "$category" ] ; then
> +    output "Installing debathena-license-config"
> +    apt-get -y install debathena-license-config
> +fi
> +
> # Use the noninteractive frontend to install the main package.  This
> # is so that AFS and Zephyr don't ask questions of the user which
> # debathena packages will later stomp on anyway.
>
>

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