The branch, master has been updated
       via  707823c Avoid unnecessary host lookup.
      from  8f059d0 Fix host finding with older versions of storm.

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


- Log -----------------------------------------------------------------
commit 707823cebcffadb8ad87df3643be70ab574c7b25
Author: Jelmer Vernooij <jel...@samba.org>
Date:   Wed Nov 17 00:57:39 2010 +0100

    Avoid unnecessary host lookup.

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

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


Changeset truncated at 500 lines:

diff --git a/buildfarm/web/__init__.py b/buildfarm/web/__init__.py
index ceb019a..2db0d05 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -482,10 +482,6 @@ class ViewBuildPage(BuildFarmPage):
 
     def render(self, myself, tree, host, compiler, rev, plain_logs=False):
         """view one build in detail"""
-        # ensure the params are valid before using them
-        self.buildfarm.hostdb.host(host)
-        assert compiler in self.buildfarm.compilers, "unknown compiler %s" % 
compiler
-        assert tree in self.buildfarm.trees, "not a build tree %s" % tree
 
         uname = ""
         cflags = ""


-- 
build.samba.org

Reply via email to