[Buildbot-commits] buildbot ChangeLog,1.909,1.910
Brian Warner
warner at users.sourceforge.net
Sun Aug 12 19:42:24 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8747
Modified Files:
ChangeLog
Log Message:
[project @ darcs_buildbot.py: when files are renamed, include the dest filename in the Change. Closes #31]
Original author: warner at lothar.com
Date: 2007-08-12 19:41:30+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.909
retrieving revision 1.910
diff -u -d -r1.909 -r1.910
--- ChangeLog 12 Aug 2007 18:34:43 -0000 1.909
+++ ChangeLog 12 Aug 2007 19:42:22 -0000 1.910
@@ -1,5 +1,11 @@
2007-08-12 Brian Warner <warner at lothar.com>
+ * contrib/darcs_buildbot.py (makeChange): handle moved files too,
+ by adding the file's new name to the list of changed files. This
+ ought to be sufficient for things like isFileImportant and trial
+ tests that only exercise tests for files that have been modified.
+ Closes #31.
+
* buildbot/status/web/xmlrpc.py (XMLRPCServer): add preliminary
XMLRPC server to the WebStatus page. This only has two methods
right now (getAllBuildsInInterval and getBuild), but we'll be
More information about the Commits
mailing list