[436] in athena10
Re: Automatic updates for Athena 10
daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Wed Aug 13 18:17:01 2008
From: Anders Kaseorg <andersk@MIT.EDU>
To: Timothy G Abbott <tabbott@mit.edu>
Cc: Greg Hudson <ghudson@mit.edu>, Kenneth Arnold <kcarnold@mit.edu>,
athena10@mit.edu
In-Reply-To: <alpine.DEB.1.10.0808131713490.30521@vinegar-pot.mit.edu>
Content-Type: text/plain
Date: Wed, 13 Aug 2008 18:16:15 -0400
Message-Id: <1218665775.9841.13.camel@balanced-tree.mit.edu>
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
On Wed, 2008-08-13 at 17:36 -0400, Timothy G Abbott wrote:
> I think what you want to do is something like
> aptitude install debathena-cluster
> after the upgrade, but I've not tested this.
You can do this more cleverly:
aptitude keep-all
aptitude --schedule-only --assume-yes dist-upgrade
aptitude --schedule-only --assume-yes install debathena-cluster
[ -n "$(aptitude search '~S~VTARGET~n^debathena-cluster$')" ] || DIEDIEDIE
aptitude --assume-yes install
Anders