[23939] in Source-Commits
/svn/athena r23549 - trunk/debathena/config/auto-update/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Fri Mar 6 17:21:49 2009
Date: Fri, 6 Mar 2009 17:21:39 -0500
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903062221.n26MLd3l018046@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-03-06 17:21:39 -0500 (Fri, 06 Mar 2009)
New Revision: 23549
Modified:
trunk/debathena/config/auto-update/debian/athena-auto-update
trunk/debathena/config/auto-update/debian/changelog
trunk/debathena/config/auto-update/debian/control.in
Log:
In auto-update:
* Update the apt-file cache when running other updates.
Modified: trunk/debathena/config/auto-update/debian/athena-auto-update
===================================================================
--- trunk/debathena/config/auto-update/debian/athena-auto-update 2009-03-06 18:53:41 UTC (rev 23548)
+++ trunk/debathena/config/auto-update/debian/athena-auto-update 2009-03-06 22:21:39 UTC (rev 23549)
@@ -127,6 +127,9 @@
v aptitude --quiet --assume-yes install
fi
+# Finally, update the apt-file cache
+v apt-file update
+
if [ -x /usr/sbin/athena-login-snapshot ]; then
echo "** Cleaning up root snapshot"
/usr/sbin/athena-login-snapshot update-end
Modified: trunk/debathena/config/auto-update/debian/changelog
===================================================================
--- trunk/debathena/config/auto-update/debian/changelog 2009-03-06 18:53:41 UTC (rev 23548)
+++ trunk/debathena/config/auto-update/debian/changelog 2009-03-06 22:21:39 UTC (rev 23549)
@@ -1,3 +1,9 @@
+debathena-auto-update (1.10) unstable; urgency=low
+
+ * Update the apt-file cache when running other updates.
+
+ -- Evan Broder <broder@mit.edu> Fri, 06 Mar 2009 17:19:31 -0500
+
debathena-auto-update (1.9) unstable; urgency=low
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
Modified: trunk/debathena/config/auto-update/debian/control.in
===================================================================
--- trunk/debathena/config/auto-update/debian/control.in 2009-03-06 18:53:41 UTC (rev 23548)
+++ trunk/debathena/config/auto-update/debian/control.in 2009-03-06 22:21:39 UTC (rev 23549)
@@ -7,6 +7,6 @@
Package: debathena-auto-update
Architecture: all
-Depends: ${misc:Depends}, bsdutils, debathena-desync, aptitude
+Depends: ${misc:Depends}, bsdutils, debathena-desync, aptitude, apt-file
Description: Performs automatic updates for Athena machines.
This package performs automatic updates for Athena machines.