[23617] in Source-Commits

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

/svn/athena r23251 - trunk/debathena/config/auto-update/debian

daemon@ATHENA.MIT.EDU (andersk@MIT.EDU)
Sat Nov 29 03:52:28 2008

Date: Sat, 29 Nov 2008 03:52:06 -0500 (EST)
From: andersk@MIT.EDU
Message-Id: <200811290852.DAA23179@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: andersk
Date: 2008-11-29 03:52:05 -0500 (Sat, 29 Nov 2008)
New Revision: 23251

Modified:
   trunk/debathena/config/auto-update/debian/athena-auto-update
Log:
Collapse --schedule-only dist-upgrade; --download-only install into
--download-only dist-upgrade.


Modified: trunk/debathena/config/auto-update/debian/athena-auto-update
===================================================================
--- trunk/debathena/config/auto-update/debian/athena-auto-update	2008-11-29 08:44:54 UTC (rev 23250)
+++ trunk/debathena/config/auto-update/debian/athena-auto-update	2008-11-29 08:52:05 UTC (rev 23251)
@@ -112,8 +112,7 @@
 # that the best course of action is to remove the Debathena
 # metapackage, so be paranoid about that.
 v aptitude --quiet --assume-yes keep-all
-v aptitude --quiet --assume-yes --schedule-only dist-upgrade
-v aptitude --quiet --download-only --assume-yes install
+v aptitude --quiet --assume-yes --download-only dist-upgrade
 if result=$(aptitude -F "%p" search '~i!~VTARGET(^debathena-cluster$ | ^debathena-workstation$ | ^debathena-login$ | ^debathena-standard$ | ^openafs-modules-~D^linux-image-)')
   [ -n "$result" ]; then
   echo "** metapackages would be removed by the update, aborting:" $result


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