[Buildbot-commits] buildbot ChangeLog,1.960,1.961

Brian Warner warner at users.sourceforge.net
Sun Sep 30 19:52:47 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:
[project @ Waterfall: defer to public_html/buildbot.css, to fix CSS breakage]

Original author: warner at lothar.com
Date: 2007-09-30 19:52:19+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.960
retrieving revision 1.961
diff -u -d -r1.960 -r1.961
--- ChangeLog	30 Sep 2007 19:42:24 -0000	1.960
+++ ChangeLog	30 Sep 2007 19:52:45 -0000	1.961
@@ -1,5 +1,17 @@
 2007-09-30  Brian Warner  <warner at lothar.com>
 
+	* buildbot/status/web/baseweb.py (Waterfall.__init__): if an old
+	Waterfall is running in an upgraded master (which is the usual
+	case for folks who have followed the instructions to run
+	'upgrade-master' but who have not yet resolved all the
+	DeprecationWarnings), prefer the buildbot.css from public_html/
+	rather than the one passed in on the buildbot= argument.
+	Otherwise, the resulting pages don't quite use CSS right..
+	sometimes it works, sometimes it doesn't, and I don't know why.
+	Sites that are using custom CSS will see the default CSS until
+	they modify public_html/buildbot.css to include their
+	customizations.
+
 	* docs/buildbot.texinfo (WebStatus): explain robots.txt a bit more
 	* buildbot/status/web/robots.txt (Disallow): update to cover all
 	dynamically-generated pages





More information about the Commits mailing list