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

Jelmer Vernooij jelmer at samba.org
Fri Nov 12 12:06:47 MST 2010


The branch, master has been updated
       via  5e622dd Fix new build fetching.
      from  109bec3 admin: Only update hosts list/rsyncd secrets when changes have been made.

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


- Log -----------------------------------------------------------------
commit 5e622dd560d77776fc78ec29b6656493c2f8108f
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Nov 12 20:07:39 2010 +0100

    Fix new build fetching.

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

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


Changeset truncated at 500 lines:

diff --git a/buildfarm/__init__.py b/buildfarm/__init__.py
index 06b2d31..fe1949d 100644
--- a/buildfarm/__init__.py
+++ b/buildfarm/__init__.py
@@ -137,7 +137,7 @@ class BuildFarm(object):
                     # hosts, trees and compilers as input, we ensure we
                     # control the inputs
                     try:
-                        yield self.upload_builds.get_build(host, tree, compiler)
+                        yield self.upload_builds.get_build(host.name, tree, compiler)
                     except data.NoSuchBuildError:
                         continue
 


-- 
build.samba.org


More information about the samba-cvs mailing list