[24023] in Source-Commits
/svn/athena r23632 - trunk/debathena/config/reactivate/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Mon Mar 16 08:29:08 2009
Date: Mon, 16 Mar 2009 08:29:00 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903161229.n2GCT0En002118@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-03-16 08:28:59 -0400 (Mon, 16 Mar 2009)
New Revision: 23632
Modified:
trunk/debathena/config/reactivate/debian/athena-login-snapshot
trunk/debathena/config/reactivate/debian/changelog
Log:
In reactivate:
* Include timing information in the logging.
Modified: trunk/debathena/config/reactivate/debian/athena-login-snapshot
===================================================================
--- trunk/debathena/config/reactivate/debian/athena-login-snapshot 2009-03-15 20:41:05 UTC (rev 23631)
+++ trunk/debathena/config/reactivate/debian/athena-login-snapshot 2009-03-16 12:28:59 UTC (rev 23632)
@@ -54,6 +54,7 @@
v() {
echo "** Running:" "$@"
+ echo "** $(date)"
"$@"
}
Modified: trunk/debathena/config/reactivate/debian/changelog
===================================================================
--- trunk/debathena/config/reactivate/debian/changelog 2009-03-15 20:41:05 UTC (rev 23631)
+++ trunk/debathena/config/reactivate/debian/changelog 2009-03-16 12:28:59 UTC (rev 23632)
@@ -1,3 +1,9 @@
+debathena-reactivate (1.15) unstable; urgency=low
+
+ * Include timing information in the logging.
+
+ -- Evan Broder <broder@mit.edu> Mon, 16 Mar 2009 08:28:51 -0400
+
debathena-reactivate (1.14) unstable; urgency=low
* Add instrumentation to track why reactivations are failing.