[Buildbot-commits] buildbot ChangeLog,1.881,1.882
Brian Warner
warner at users.sourceforge.net
Wed Aug 1 20:31:28 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23570
Modified Files:
ChangeLog
Log Message:
[project @ replace c['sources'] with c['change_source']]
Original author: warner at lothar.com
Date: 2007-07-28 20:03:12+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.881
retrieving revision 1.882
diff -u -d -r1.881 -r1.882
--- ChangeLog 1 Aug 2007 20:31:18 -0000 1.881
+++ ChangeLog 1 Aug 2007 20:31:26 -0000 1.882
@@ -1,5 +1,13 @@
2007-07-28 Brian Warner <warner at lothar.com>
+ * buildbot/master.py (BuildMaster.loadConfig): replace c['sources']
+ with c['change_source'], leaving c['sources'] for backwards
+ compatibility (but deprecated), scheduled for removal in 0.8.0
+ * docs/buildbot.texinfo: same
+ * buildbot/test/test_config.py: verify that c['sources'] still works
+ * buildbot/test/test_*.py: replace c['sources'] with c['change_source']
+ * buildbot/scripts/sample.cfg: update to match
+
* buildbot/changes/mail.py (MaildirSource): parse with python's
stdlib 'email' module, which has been available since python2.2,
and drop use of the 'rfc822' module, which has been depreceated
More information about the Commits
mailing list