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

Jelmer Vernooij jelmer at samba.org
Sun Nov 21 13:13:59 MST 2010


The branch, master has been updated
       via  7876537 Fix author selection box.
      from  9ef383c Group tree builds by host/compiler

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


- Log -----------------------------------------------------------------
commit 78765378b5c332ed8c0097bd2357187425d00deb
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Nov 21 21:13:13 2010 +0100

    Fix author selection box.

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

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 b2d15a1..17437cc 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -848,7 +848,7 @@ class RecentCheckinsPage(BuildFarmPage):
             tree, t.scm, t.branch)
         yield "<form method='GET'>"
         yield "Select Author: "
-        yield select(name="author", values=authors, default=author)
+        yield "".join(select(name="author", values=authors, default=author))
         yield "<input type='submit' name='sub_function' value='Refresh'/>"
         yield "<input type='hidden' name='tree' value='%s'/>" % tree
         yield "<input type='hidden' name='function', value='Recent Checkins'/>"


-- 
build.samba.org


More information about the samba-cvs mailing list