[Buildbot-commits] buildbot/buildbot/status html.py,1.76,1.77
    Brian Warner 
    warner at users.sourceforge.net
       
    Tue Nov 15 08:38:08 UTC 2005
    
    
  
Update of /cvsroot/buildbot/buildbot/buildbot/status
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14002/buildbot/status
Modified Files:
	html.py 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-420
Creator:  Brian Warner <warner at monolith.lothar.com>
update compare_attrs so config-file reload works better
	* buildbot/changes/pb.py (PBChangeSource.compare_attrs): add this.
	Without it, a config-file reload fails to update an existing
	PBChangeSource.
	* buildbot/changes/freshcvs.py (FreshCVSSourceNewcred): add
	username/passwd to compare_attrs, for the same reason
	* buildbot/status/html.py (Waterfall): add favicon to
	compare_attrs, same reason
Index: html.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/html.py,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- html.py	5 Nov 2005 21:06:15 -0000	1.76
+++ html.py	15 Nov 2005 08:38:06 -0000	1.77
@@ -1621,7 +1621,7 @@
     """
 
     compare_attrs = ["http_port", "distrib_port", "allowForce",
-                     "categories", "css"]
+                     "categories", "css", "favicon"]
 
     def __init__(self, http_port=None, distrib_port=None, allowForce=True,
                  categories=None, css=buildbot_css, favicon=buildbot_icon):
    
    
More information about the Commits
mailing list