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

Jelmer Vernooij jelmer at samba.org
Mon Nov 22 15:16:11 MST 2010


The branch, master has been updated
       via  10801ce Fix revision_from_logs.
      from  9d5580e In fix.py, set host_id.

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


- Log -----------------------------------------------------------------
commit 10801ce478655095eb0a7724caa3db943e0dc045
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Nov 22 23:15:14 2010 +0100

    Fix revision_from_logs.

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

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


Changeset truncated at 500 lines:

diff --git a/tools/fix.py b/tools/fix.py
index fd257a5..8108084 100755
--- a/tools/fix.py
+++ b/tools/fix.py
@@ -45,7 +45,7 @@ for build in store.find(StormBuild, StormBuild.revision == None):
         build.remove()
         continue
     try:
-        (revision, revision_time) = revision_from_log(log)
+        revision = revision_from_log(log)
     except MissingRevisionInfo:
         continue
     assert revision


-- 
build.samba.org


More information about the samba-cvs mailing list