[23525] in Source-Commits
/svn/athena r23167 - trunk/debathena/config/auto-update/debian
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Fri Sep 5 13:23:58 2008
Date: Fri, 5 Sep 2008 13:23:27 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200809051723.NAA11702@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: ghudson
Date: 2008-09-05 13:23:26 -0400 (Fri, 05 Sep 2008)
New Revision: 23167
Modified:
trunk/debathena/config/auto-update/debian/athena-auto-update
trunk/debathena/config/auto-update/debian/changelog
Log:
In auto-update:
* Fix a bug causing nothing to happen during updates.
Modified: trunk/debathena/config/auto-update/debian/athena-auto-update
===================================================================
--- trunk/debathena/config/auto-update/debian/athena-auto-update 2008-09-05 17:00:52 UTC (rev 23166)
+++ trunk/debathena/config/auto-update/debian/athena-auto-update 2008-09-05 17:23:26 UTC (rev 23167)
@@ -127,7 +127,6 @@
# metapackage, so be paranoid about that.
v aptitude -q keep-all
v aptitude --quiet --schedule-only --assume-yes dist-upgrade
-v aptitude --quiet --schedule-only --assume-yes install "$metapackage"
result=$(aptitude search "~S~VTARGET~n^$metapackage\$")
if [ -z "$result" ]; then
echo "** $metapackage would be removed by the update, aborting"
Modified: trunk/debathena/config/auto-update/debian/changelog
===================================================================
--- trunk/debathena/config/auto-update/debian/changelog 2008-09-05 17:00:52 UTC (rev 23166)
+++ trunk/debathena/config/auto-update/debian/changelog 2008-09-05 17:23:26 UTC (rev 23167)
@@ -1,3 +1,9 @@
+debathena-auto-update (1.4) unstable; urgency=low
+
+ * Fix a bug causing nothing to happen during updates.
+
+ -- Greg Hudson <ghudson@mit.edu> Fri, 05 Sep 2008 13:22:48 -0400
+
debathena-auto-update (1.3) unstable; urgency=low
* Allow hesiod cluster info to repoint debathena apt repository.