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

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


The branch, master has been updated
       via  83a49ae Fix argument order.
      from  5e622dd Fix new build fetching.

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


- Log -----------------------------------------------------------------
commit 83a49ae36791317edc59938ced87f99c03c1485e
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Nov 12 20:09:40 2010 +0100

    Fix argument order.

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

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 fe1949d..a608f79 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.name, tree, compiler)
+                        yield self.upload_builds.get_build(tree, host.name, compiler)
                     except data.NoSuchBuildError:
                         continue
 


-- 
build.samba.org


More information about the samba-cvs mailing list