[SCM] build.samba.org - branch master updated

Jelmer Vernooij jelmer at samba.org
Sat Aug 2 13:37:06 MDT 2014


The branch, master has been updated
       via  e73c92c min_age takes an absolute timestamp.
      from  01ab8dc Use tuple for sqlite arguments - breaks on older versions of storm without.

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e73c92c339ab3f90abe9c0465de713f0d95f50d1
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Aug 2 21:37:01 2014 +0200

    min_age takes an absolute timestamp.

-----------------------------------------------------------------------

Summary of changes:
 buildfarm/web/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildfarm/web/__init__.py b/buildfarm/web/__init__.py
index bd29cc1..b66ffce 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -727,7 +727,7 @@ class ViewSummaryPage(BuildFarmPage):
         # output when we want
         broken_table = ""
 
-        builds = self.buildfarm.get_summary_builds(min_age=(7 * 24 * 60 * 60))
+        builds = self.buildfarm.get_summary_builds(min_age=time.time() - (7 * 24 * 60 * 60))
 
         for tree, status in builds:
             host_count[tree]+=1


-- 
build.samba.org


More information about the samba-cvs mailing list