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

Jelmer Vernooij jelmer at samba.org
Fri Dec 3 20:54:50 MST 2010


The branch, master has been updated
       via  2d615eb Fix image urls.
      from  7fe73cd Add +stderr and +stdout.

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


- Log -----------------------------------------------------------------
commit 2d615ebd0036bf088b375655ec3f25a8fb14d28a
Author: jelmer at samba.org <jelmer at samba.org>
Date:   Sat Dec 4 04:55:00 2010 +0100

    Fix image urls.

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

Summary of changes:
 buildfarm/web/__init__.py |    4 ++--
 web/header3.html          |    6 +++---
 web/insure.html           |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildfarm/web/__init__.py b/buildfarm/web/__init__.py
index aa60fc4..f58cb9a 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -313,9 +313,9 @@ def make_collapsible_html(type, title, output, id, status=""):
     :param title: the title to be displayed
     """
     if status.lower() in ("", "failed"):
-        icon = 'icon_hide_16.png'
+        icon = '/icon_hide_16.png'
     else:
-        icon = 'icon_unhide_16.png'
+        icon = '/icon_unhide_16.png'
 
     # trim leading and trailing whitespace
     output = output.strip()
diff --git a/web/header3.html b/web/header3.html
index 1f17be9..afa754a 100644
--- a/web/header3.html
+++ b/web/header3.html
@@ -1,5 +1,5 @@
 <div id="logo">
-  <div class="build_logo"><a href="/"><img src="linkpad.gif" alt="Samba" /></a></div>
+  <div class="build_logo"><a href="/"><img src="/linkpad.gif" alt="Samba" /></a></div>
 </div>
 
 
@@ -7,14 +7,14 @@
 
 
 <div id="nav">
-  <img src="build.png" alt="Build Farm" />
+  <img src="/build.png" alt="Build Farm" />
   <ul>
     <li><a href="about.html">About the build farm</a></li>
     <li><a href="instructions.html">Adding a new machine</a></li>
     <li><a href="http://www.samba.org/">Samba Web pages</a></li>
   </ul>
 
-  <img src="hack.png" alt="hack samba" />
+  <img src="/hack.png" alt="hack samba" />
   <ul>
     <li><a href="http://www.samba.org/samba/devel/">Devel Overview</a></li>
     <li><a href="http://gitweb.samba.org">Git Source</a></li>
diff --git a/web/insure.html b/web/insure.html
index 452dcb3..f78566c 100644
--- a/web/insure.html
+++ b/web/insure.html
@@ -1,3 +1,3 @@
-<p><img src="vmware.gif" style="float: right">
+<p><img src="/vmware.gif" style="float: right">
 Many thanks to <a href="http://www.vmware.com/">VMware</a> for
 providing a GSX server license for this machine.</p>


-- 
build.samba.org


More information about the samba-cvs mailing list