[Buildbot-commits] buildbot ChangeLog,1.647,1.648

Brian Warner warner at users.sourceforge.net
Tue Jun 6 19:01:14 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
[project @ make WithProperties inherit from ComparableMixin, to avoid spurious config changes]

Original author: warner at lothar.com
Date: 2006-06-06 18:58:46

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.647
retrieving revision 1.648
diff -u -d -r1.647 -r1.648
--- ChangeLog	3 Jun 2006 20:21:04 -0000	1.647
+++ ChangeLog	6 Jun 2006 19:01:12 -0000	1.648
@@ -1,3 +1,9 @@
+2006-06-06  Brian Warner  <warner at lothar.com>
+
+	* buildbot/process/step.py (WithProperties): make this inherit
+	from ComparableMixin, so that reloading an unchanged config file
+	doesn't cause us to spuriously reload any Builders which use them.
+
 2006-06-03  Brian Warner  <warner at lothar.com>
 
 	* contrib/windows/{setup.py, buildbot_service.py}: add support for





More information about the Commits mailing list