[Buildbot-commits] buildbot ChangeLog,1.925,1.926
Brian Warner
warner at users.sourceforge.net
Tue Sep 25 22:50:33 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30075
Modified Files:
ChangeLog
Log Message:
[project @ webstatus: make sure we use relative paths for help/welcome pages]
Original author: warner at lothar.com
Date: 2007-09-25 22:42:45+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.925
retrieving revision 1.926
diff -u -d -r1.925 -r1.926
--- ChangeLog 25 Sep 2007 20:39:48 -0000 1.925
+++ ChangeLog 25 Sep 2007 22:50:31 -0000 1.926
@@ -1,5 +1,12 @@
2007-09-25 Brian Warner <warner at lothar.com>
+ * buildbot/status/web/waterfall.py
+ (WaterfallStatusResource.body.with_args): don't use req.URLPath,
+ it gives us absolute paths that break proxies
+ * buildbot/status/web/base.py (HtmlResource.path_to_root): fix
+ this, it was giving bad results when the Waterfall is behind a
+ reverse proxy.
+
* buildbot/scripts/runner.py (upgradeMaster): first phase of the
new 'upgrade-master' command, which will bring an old buildmaster
directory up-to-date. Right now the only thing it does is populate
More information about the Commits
mailing list