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

Jelmer Vernooij jelmer at samba.org
Sun Nov 21 18:58:41 MST 2010


The branch, master has been updated
       via  44b0f42 Switch to python web interface.
      from  43078e6 More casts.

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


- Log -----------------------------------------------------------------
commit 44b0f42c44ad04a75c10a76c9fc939ebb56df484
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Nov 22 02:57:55 2010 +0100

    Switch to python web interface.

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

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


Changeset truncated at 500 lines:

diff --git a/buildfarm/web/__init__.py b/buildfarm/web/__init__.py
index 8c9aad6..08aeafe 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -803,7 +803,8 @@ class HistoryPage(BuildFarmPage):
 
         yield "<div class=\"builds\">\n"
         yield "<span class=\"label\">Builds: </span>\n"
-        for build in self.buildfarm.get_revision_builds(tree.name, entry.revision):
+        builds = self.buildfarm.get_revision_builds(tree.name, entry.revision)
+        for build in builds:
             yield "%s(%s) " % (build_status_html(myself, build),
                                host_link(myself, build.host))
         yield "</div>\n"
diff --git a/web/build.pl b/web/build.pl
index 2177a79..3b497c2 100755
--- a/web/build.pl
+++ b/web/build.pl
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -w
+exec("/usr/bin/python", "/home/build/master/web/build.cgi", @ARGV);
 # This CGI script presents the results of the build_farm build
 #
 # Copyright (C) Andrew Tridgell <tridge at samba.org>     2001-2005


-- 
build.samba.org


More information about the samba-cvs mailing list