[Buildbot-commits] buildbot/buildbot/status/web waterfall.py, 1.23, 1.24
Brian Warner
warner at users.sourceforge.net
Sun Sep 30 19:06:26 UTC 2007
Update of /cvsroot/buildbot/buildbot/buildbot/status/web
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24953/buildbot/status/web
Modified Files:
waterfall.py
Log Message:
[project @ waterfall: make the welcome link point at index.html, so users of the old Waterfall can reach it]
Original author: warner at lothar.com
Date: 2007-09-30 19:06:01+00:00
Index: waterfall.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/web/waterfall.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- waterfall.py 30 Sep 2007 09:24:03 -0000 1.23
+++ waterfall.py 30 Sep 2007 19:06:24 -0000 1.24
@@ -559,7 +559,7 @@
helppage = with_args(request, new_path=helpurl)
data += '[<a href="%s">help</a>]\n' % helppage
- welcomeurl = self.path_to_root(request) + "."
+ welcomeurl = self.path_to_root(request) + "index.html"
data += '[<a href="%s">welcome</a>]\n' % welcomeurl
if self.get_reload_time(request) is not None:
More information about the Commits
mailing list