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

Jelmer Vernooij jelmer at samba.org
Fri Dec 3 19:10:53 MST 2010


The branch, master has been updated
       via  36cdf9c Fix use of plain_logs.
      from  8919640 Fix build by checksum.

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


- Log -----------------------------------------------------------------
commit 36cdf9ce7ac6e568c76b2b2b9bed418f27498680
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Dec 4 03:11:24 2010 +0100

    Fix use of plain_logs.

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

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


Changeset truncated at 500 lines:

diff --git a/buildfarm/web/__init__.py b/buildfarm/web/__init__.py
index d9f3d6c..7d65bf4 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -955,6 +955,7 @@ class BuildFarmApp(object):
                     build_checksum = wsgiref.util.shift_path_info(environ)
                     build = self.buildfarm.builds.get_by_checksum(build_checksum)
                     page = ViewBuildPage(self.buildfarm)
+                    plain_logs = (get_param(form, "plain") is not None and get_param(form, "plain").lower() in ("yes", "1", "on", "true", "y"))
                     yield "".join(page.render(myself, build, plain_logs))
                 elif fn == "":
                     page = ViewSummaryPage(self.buildfarm)


-- 
build.samba.org


More information about the samba-cvs mailing list