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

Jelmer Vernooij jelmer at samba.org
Fri Dec 3 20:22:53 MST 2010


The branch, master has been updated
       via  24ffda7 Fix summary
      from  2c9468a Fix filename for subunit downlaods.

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


- Log -----------------------------------------------------------------
commit 24ffda7e5f3dbe7fda541a6eebe6befcce00fb05
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Dec 4 04:23:23 2010 +0100

    Fix summary

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

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


Changeset truncated at 500 lines:

diff --git a/buildfarm/web/__init__.py b/buildfarm/web/__init__.py
index e53f684..a493747 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -959,6 +959,9 @@ class BuildFarmApp(object):
                 revision = get_param(form, 'revision')
                 page = DiffPage(self.buildfarm)
                 yield "".join(self.html_page(form, page.render(myself, tree, revision)))
+            elif fn_name == "Summary":
+                page = ViewSummaryPage(self.buildfarm)
+                yield "".join(self.html_page(form, page.render_html(myself)))
             else:
                 yield "Unknown function %s" % fn_name
         else:


-- 
build.samba.org


More information about the samba-cvs mailing list