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

Jelmer Vernooij jelmer at samba.org
Fri Dec 3 20:01:19 MST 2010


The branch, master has been updated
       via  181ed98 Fix tree links.
      from  893368d Use /tree.

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


- Log -----------------------------------------------------------------
commit 181ed9854e8909f56eb12a6ccc924680273734c6
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Dec 4 04:01:51 2010 +0100

    Fix tree links.

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

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


Changeset truncated at 500 lines:

diff --git a/buildfarm/web/__init__.py b/buildfarm/web/__init__.py
index 1a210ef..b8ef478 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -134,7 +134,7 @@ def tree_uri(myself, tree):
 
 def tree_link(myself, tree):
     """return a link to a particular tree"""
-    return "<a href='%s' title='View recent builds for %s'>%s:%s</a>" % (tree.name, tree.name, tree.branch)
+    return "<a href='%s' title='View recent builds for %s'>%s:%s</a>" % (tree_uri(myself, tree), tree.name, tree.name, tree.branch)
 
 
 def host_uri(myself, host):


-- 
build.samba.org


More information about the samba-cvs mailing list