[485] in athena10
Re: Automatic updates for Athena 10
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Fri Sep 5 13:19:58 2008
Date: Fri, 5 Sep 2008 13:19:13 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200809051719.m85HJDoQ013600@outgoing.mit.edu>
To: Anders Kaseorg <andersk@mit.edu>
CC: athena10@mit.edu
In-reply-to: <1218665775.9841.13.camel@balanced-tree.mit.edu>
> 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
This doesn't seem to work quite like you expected. The second
--schedule-only comand seems to wipe out the results of the first,
causing aptitude install to do nothing.
So I guess I will punt the aptitude --schedule-only install command
and just rely on the subsequent safety check.