[23672] in Source-Commits
/svn/athena r23284 - trunk/debathena/config/auto-update/debian
daemon@ATHENA.MIT.EDU (broder@MIT.EDU)
Wed Jan 21 20:41:50 2009
Date: Wed, 21 Jan 2009 20:41:24 -0500 (EST)
From: broder@MIT.EDU
Message-Id: <200901220141.UAA00559@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-01-21 20:41:22 -0500 (Wed, 21 Jan 2009)
New Revision: 23284
Modified:
trunk/debathena/config/auto-update/debian/changelog
trunk/debathena/config/auto-update/debian/debathena-auto-update.cron.d
Log:
In auto-update:
* Run the auto-update cron job over 2 hours, instead of 30 minutes, and
desyncronize it over the full 2 hours.
Modified: trunk/debathena/config/auto-update/debian/changelog
===================================================================
--- trunk/debathena/config/auto-update/debian/changelog 2009-01-10 22:46:25 UTC (rev 23283)
+++ trunk/debathena/config/auto-update/debian/changelog 2009-01-22 01:41:22 UTC (rev 23284)
@@ -1,3 +1,10 @@
+debathena-auto-update (1.8) unstable; urgency=low
+
+ * Run the auto-update cron job over 2 hours, instead of 30 minutes, and
+ desyncronize it over the full 2 hours.
+
+ -- Evan Broder <broder@mit.edu> Wed, 21 Jan 2009 20:40:08 -0500
+
debathena-auto-update (1.7) unstable; urgency=low
* Use aptitude --download-only install to force the aptitude conflict
Modified: trunk/debathena/config/auto-update/debian/debathena-auto-update.cron.d
===================================================================
--- trunk/debathena/config/auto-update/debian/debathena-auto-update.cron.d 2009-01-10 22:46:25 UTC (rev 23283)
+++ trunk/debathena/config/auto-update/debian/debathena-auto-update.cron.d 2009-01-22 01:41:22 UTC (rev 23284)
@@ -2,4 +2,4 @@
PATH=/sbin:/bin:/usr/sbin:/usr/bin
#min hour mday mon wday user command
-0,30 * * * * root desync 1800; athena-auto-update cron
+0 */2 * * * root desync 7200; athena-auto-update cron