[Buildbot-commits] buildbot ChangeLog,1.339,1.340
Brian Warner
warner at users.sourceforge.net
Tue Feb 1 08:36:48 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27597
Modified Files:
ChangeLog
Log Message:
(TextLog.getChild): use a /text child URL, such as
http://foo.com/svn-hello/builds/1/test/0/text instead of
http://foo.com/svn-hello/builds/1/test/0 , to retrieve the logfile as
text/plain (no markup, no headers). This replaces the previous scheme (which
used an ?text=1 argument), and gets us back to a relative link (which works
better when the buildbot lives behind another web server, such as Apache
configured as a reverse proxy). Thanks to Gerald Combs for spotting the
problem.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -d -r1.339 -r1.340
--- ChangeLog 13 Dec 2004 08:23:42 -0000 1.339
+++ ChangeLog 1 Feb 2005 08:36:46 -0000 1.340
@@ -1,3 +1,17 @@
+2005-02-01 Brian Warner <warner at lothar.com>
+
+ * buildbot/status/html.py (TextLog.getChild): use a /text child
+ URL, such as http://foo.com/svn-hello/builds/1/test/0/text instead
+ of http://foo.com/svn-hello/builds/1/test/0 , to retrieve the
+ logfile as text/plain (no markup, no headers). This replaces the
+ previous scheme (which used an ?text=1 argument), and gets us back
+ to a relative link (which works better when the buildbot lives
+ behind another web server, such as Apache configured as a reverse
+ proxy). Thanks to Gerald Combs for spotting the problem.
+
+ * buildbot/__init__.py (version): bump to 0.6.2+ while between
+ releases
+
2004-12-13 Brian Warner <warner at lothar.com>
* buildbot/__init__.py (version): Releasing buildbot-0.6.2
More information about the Commits
mailing list