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

Jelmer Vernooij jelmer at samba.org
Sat Aug 2 13:29:07 MDT 2014


The branch, master has been updated
       via  01ab8dc Use tuple for sqlite arguments - breaks on older versions of storm without.
      from  ec031ac Add tests for new min_age argument.

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


- Log -----------------------------------------------------------------
commit 01ab8dc8abf928cf030a955cfae2ea680597ee24
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Aug 2 21:28:52 2014 +0200

    Use tuple for sqlite arguments - breaks on older versions of storm
    without.

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

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 933e5fd..0e9eb39 100644
--- a/buildfarm/__init__.py
+++ b/buildfarm/__init__.py
@@ -164,7 +164,7 @@ INNER JOIN(
          obd.tree = ibd.tree AND
          obd.host = ibd.host AND
          obd.compiler = ibd.compiler;
-""", min_age))
+""", (min_age, )))
 
     def get_tree_builds(self, tree):
         result = self._get_store().find(StormBuild,


-- 
build.samba.org


More information about the samba-cvs mailing list