[Buildbot-commits] buildbot/buildbot/status/web waterfall.py, 1.2, 1.3

Brian Warner warner at users.sourceforge.net
Wed Aug 1 20:31:35 UTC 2007


Update of /cvsroot/buildbot/buildbot/buildbot/status/web
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23619/buildbot/status/web

Modified Files:
	waterfall.py 
Log Message:
[project @ waterfall: update the buildbot-home-page link to bb.net, add version queryarg]

Original author: warner at lothar.com
Date: 2007-07-29 21:37:48+00:00

Index: waterfall.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/web/waterfall.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- waterfall.py	27 Feb 2007 23:07:16 -0000	1.2
+++ waterfall.py	1 Aug 2007 20:31:33 -0000	1.3
@@ -1130,8 +1130,8 @@
 
         data += "<hr />\n"
 
-        data += "<a href=\"http://buildbot.sourceforge.net/\">Buildbot</a>"
-        data += "-%s " % version
+        bburl = "http://buildbot.net/?bb-ver=%s" % urllib.quote(version)
+        data += "<a href=\"%s\">Buildbot-%s</a> " % (bburl, version)
         if projectName:
             data += "working for the "
             if projectURL:





More information about the Commits mailing list