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

Jelmer Vernooij jelmer at samba.org
Sat Nov 13 10:24:18 MST 2010


The branch, master has been updated
       via  926046e Fix override of status method.
      from  8ceda4d Skip duplicate builds.

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


- Log -----------------------------------------------------------------
commit 926046e3136eafff756bd9bda7b74a8ec1da7af4
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Nov 13 18:24:13 2010 +0100

    Fix override of status method.

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

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


Changeset truncated at 500 lines:

diff --git a/buildfarm/sqldb.py b/buildfarm/sqldb.py
index d975b77..2f65931 100644
--- a/buildfarm/sqldb.py
+++ b/buildfarm/sqldb.py
@@ -52,7 +52,7 @@ class StormBuild(Build):
     compiler = Unicode()
     checksum = RawStr()
     age = Int()
-    status = Unicode()
+    status_str = Unicode(name="status")
     commit_revision = RawStr()
 
     def log_checksum(self):


-- 
build.samba.org


More information about the samba-cvs mailing list