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

Jelmer Vernooij jelmer at samba.org
Sun Nov 21 08:49:03 MST 2010


The branch, master has been updated
       via  271bfa2 List old uploads early.
      from  28cc8c8 Support searching for builds by checksum.

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


- Log -----------------------------------------------------------------
commit 271bfa287c747a0333cb51d5ab5e23560b518473
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Nov 21 16:48:23 2010 +0100

    List old uploads early.

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

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 4646199..c3ef776 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -586,7 +586,7 @@ class ViewRecentBuildsPage(BuildFarmPage):
 
         cmp_funcs = {
             "revision": lambda a, b: cmp(a.revision, b.revision),
-            "age": lambda a, b: cmp(a.age, b.age),
+            "age": lambda a, b: cmp(a.upload_time, b.upload_time),
             "host": lambda a, b: cmp(a.host, b.host),
             "platform": lambda a, b: cmp(build_platform(a), build_platform(b)),
             "compiler": lambda a, b: cmp(a.compiler, b.compiler),


-- 
build.samba.org


More information about the samba-cvs mailing list