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

Jelmer Vernooij jelmer at samba.org
Mon Nov 8 15:47:38 MST 2010


The branch, master has been updated
       via  3043234 Fix syntax error.
      from  7483d6c Do explicit cast to string of Host attributes

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


- Log -----------------------------------------------------------------
commit 30432342dc5f982da05e6c0ce31dc1cdc7d99d9a
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Nov 8 23:44:20 2010 +0100

    Fix syntax error.

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

Summary of changes:
 web/build.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/web/build.py b/web/build.py
index 4a49798..0ef018c 100755
--- a/web/build.py
+++ b/web/build.py
@@ -531,7 +531,9 @@ def view_host(myself, output_type, *requested_hosts):
                 except data.NoSuchBuildError:
                     pass
                 else:
-                    revision, revision_time = build.revision_details()
+                    (revision, commit_revision, revision_time) = build.revision_details()
+                    if commit_revision:
+                        revision = commit_revision
                     age_mtime = build.age_mtime()
                     age_ctime = build.age_ctime()
                     warnings = build.err_count()


-- 
build.samba.org


More information about the samba-cvs mailing list