[26051] in Source-Commits
/svn/athena r25365 - trunk/debathena/config/athinfod-cluster-config/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Aug 9 09:51:04 2011
Date: Tue, 9 Aug 2011 09:50:57 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201108091350.p79Dov7E012520@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2011-08-09 09:50:57 -0400 (Tue, 09 Aug 2011)
New Revision: 25365
Modified:
trunk/debathena/config/athinfod-cluster-config/debian/changelog
trunk/debathena/config/athinfod-cluster-config/debian/transform_athinfo.defs.debathena
Log:
In athinfod-cluster-config:
* Add upgrade.log to investigate failed upgrades
Modified: trunk/debathena/config/athinfod-cluster-config/debian/changelog
===================================================================
--- trunk/debathena/config/athinfod-cluster-config/debian/changelog 2011-08-09 13:10:40 UTC (rev 25364)
+++ trunk/debathena/config/athinfod-cluster-config/debian/changelog 2011-08-09 13:50:57 UTC (rev 25365)
@@ -1,3 +1,9 @@
+debathena-athinfod-cluster-config (1.4) unstable; urgency=low
+
+ * Add upgrade.log to investigate failed upgrades
+
+ -- Jonathan Reed <jdreed@mit.edu> Tue, 09 Aug 2011 09:50:41 -0400
+
debathena-athinfod-cluster-config (1.3) unstable; urgency=low
* Drop /var/log/messages, because we can't read it (Leave dmesg for now,
Modified: trunk/debathena/config/athinfod-cluster-config/debian/transform_athinfo.defs.debathena
===================================================================
--- trunk/debathena/config/athinfod-cluster-config/debian/transform_athinfo.defs.debathena 2011-08-09 13:10:40 UTC (rev 25364)
+++ trunk/debathena/config/athinfod-cluster-config/debian/transform_athinfo.defs.debathena 2011-08-09 13:50:57 UTC (rev 25365)
@@ -5,6 +5,7 @@
# Added by debathena-athinfod-cluster-config
update.log /usr/lib/athinfod/is_cluster && cat /var/log/athena-update
+upgrade.log /usr/lib/athinfod/is_cluster && cat /var/log/athena-upgrade
update-status /usr/lib/athinfod/is_cluster && cat /var/lib/athena-update-status
in-use /usr/lib/athinfod/is_cluster && (test `pgrep -c larvnet-wrapper` -gt 0 && echo "yes" || echo "no") || echo "n/a"
update-schedule /usr/lib/athinfod/is_cluster && cat /etc/cron.d/athena-auto-update /etc/cron.d/athena-auto-upgrade