[Buildbot-commits] buildbot ChangeLog,1.568,1.569

Brian Warner warner at users.sourceforge.net
Mon Jan 23 23:03:29 UTC 2006


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11310

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-460
Creator:  Brian Warner <warner at lothar.com>

allow spaces and slashes in Builder names (and their URLs)

	* buildbot/status/builder.py: urllib.quote() all URLs that include
	Builder names, so that builders can include characters like '/'
	and ' ' without completely breaking the resulting HTML. Thanks to
	Kevin Turner for the patch.
	* buildbot/status/html.py: same
	* buildbot/test/test_web.py (GetURL.testBuild): match changes


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.568
retrieving revision 1.569
diff -u -d -r1.568 -r1.569
--- ChangeLog	23 Jan 2006 21:17:29 -0000	1.568
+++ ChangeLog	23 Jan 2006 23:03:27 -0000	1.569
@@ -1,5 +1,12 @@
 2006-01-23  Brian Warner  <warner at lothar.com>
 
+	* buildbot/status/builder.py: urllib.quote() all URLs that include
+	Builder names, so that builders can include characters like '/'
+	and ' ' without completely breaking the resulting HTML. Thanks to
+	Kevin Turner for the patch.
+	* buildbot/status/html.py: same
+	* buildbot/test/test_web.py (GetURL.testBuild): match changes
+
 	* NEWS: update in preparation for upcoming release
 
 2006-01-18  Brian Warner  <warner at lothar.com>





More information about the Commits mailing list