[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Create tracefile according to new format



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 ChangeLog                 |    4 ++++
 config/debian/cron.hourly |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a7c85ec..f056893 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-08  Joerg Jaspert  <joerg@debian.org>
+
+	* config/debian/cron.hourly: Create new tracefile format.
+
 2008-11-05  Joerg Jaspert  <joerg@debian.org>
 
 	* dak/new_security_install.py (_do_Approve): This sudo call
diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly
index ce1d43e..2377fef 100755
--- a/config/debian/cron.hourly
+++ b/config/debian/cron.hourly
@@ -8,6 +8,8 @@ export SCRIPTVARS=/srv/ftp.debian.org/dak/config/debian/vars
 . $SCRIPTVARS
 
 date -u > $ftpdir/project/trace/ftp-master.debian.org
+echo "Using dak v1" >> $ftpdir/project/trace/ftp-master.debian.org
+echo "Running on host: $(hostname -f)" >> $ftpdir/project/trace/ftp-master.debian.org
 dak import-users-from-passwd
 dak queue-report -n > $webdir/new.html
 dak show-deferred > ${webdir}/deferred.html
-- 
1.5.6.5


Reply to: