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

Jelmer Vernooij jelmer at samba.org
Sun Nov 21 11:58:06 MST 2010


The branch, master has been updated
       via  accab7e Sort recent builds by age by default.
      from  e746d6d Add script for adding status where it is not present.

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


- Log -----------------------------------------------------------------
commit accab7e5dd6db5013c11a62bd8149e995592703d
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Nov 21 19:57:23 2010 +0100

    Sort recent builds by age by default.

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

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


Changeset truncated at 500 lines:

diff --git a/buildfarm/web/__init__.py b/buildfarm/web/__init__.py
index 8599e88..8e4afe5 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -937,7 +937,7 @@ class BuildFarmApp(object):
                 yield "".join(page.render_html(myself, get_param(form, 'host')))
             elif fn_name == "Recent_Builds":
                 page = ViewRecentBuildsPage(self.buildfarm)
-                yield "".join(page.render(myself, get_param(form, "tree"), get_param(form, "sortby") or "revision"))
+                yield "".join(page.render(myself, get_param(form, "tree"), get_param(form, "sortby") or "age"))
             elif fn_name == "Recent_Checkins":
                 # validate the tree
                 tree =  get_param(form, "tree")
diff --git a/tools/fix-status.py b/tools/fix-status.py
index e0abfee..958475f 100644
--- a/tools/fix-status.py
+++ b/tools/fix-status.py
@@ -11,6 +11,7 @@ for build in store.find(StormBuild, StormBuild.status_str == None):
     try:
         log = build.read_log()
     except LogFileMissing:
+        log.remove()
         continue
     try:
         err = build.read_err()


-- 
build.samba.org


More information about the samba-cvs mailing list