[Buildbot-commits] buildbot/buildbot/status html.py,1.100,1.101
Brian Warner
warner at users.sourceforge.net
Wed Aug 1 22:08:28 UTC 2007
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/status/web site.py, NONE, 1.1 waterfall.py, 1.5, 1.6
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/status/web base.py, 1.1, 1.2 baseweb.py, 1.2, 1.3 build.py, 1.1, 1.2 builder.py, 1.1, 1.2 changes.py, 1.1, 1.2 step.py, 1.1, 1.2 tests.py, 1.1, 1.2 waterfall.py, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/buildbot/buildbot/buildbot/status
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29193/buildbot/status
Modified Files:
html.py
Log Message:
[project @ web-refactoring: finally got the Waterfall rendering again, lots of bad links and incomplete code]
Original author: warner at lothar.com
Date: 2007-07-30 20:06:58+00:00
Index: html.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/html.py,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- html.py 17 Apr 2007 06:38:51 -0000 1.100
+++ html.py 1 Aug 2007 22:08:25 -0000 1.101
@@ -3,5 +3,5 @@
# compatibility wrapper. This is currently the preferred place for master.cfg
# to import from.
-from buildbot.status.web.waterfall import Waterfall
+from buildbot.status.web.baseweb import Waterfall
_hush_pyflakes = [Waterfall]
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/status/web site.py, NONE, 1.1 waterfall.py, 1.5, 1.6
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/status/web base.py, 1.1, 1.2 baseweb.py, 1.2, 1.3 build.py, 1.1, 1.2 builder.py, 1.1, 1.2 changes.py, 1.1, 1.2 step.py, 1.1, 1.2 tests.py, 1.1, 1.2 waterfall.py, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list