[Buildbot-commits] buildbot ChangeLog,1.729,1.730
Brian Warner
warner at users.sourceforge.net
Fri Sep 15 14:49:48 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21714
Modified Files:
ChangeLog
Log Message:
[project @ file transfer: minor changes, add ChangeLog]
Original author: warner at lothar.com
Date: 2006-09-09 06:25:25
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.729
retrieving revision 1.730
diff -u -d -r1.729 -r1.730
--- ChangeLog 15 Sep 2006 14:48:53 -0000 1.729
+++ ChangeLog 15 Sep 2006 14:49:46 -0000 1.730
@@ -1,5 +1,19 @@
2006-09-08 Brian Warner <warner at lothar.com>
+ * buildbot/steps/transfer.py (FileUpload,FileDownload): new
+ BuildStep which lets you transfer files from the master to the
+ slave or vice versa. Thanks to Albert Hofkamp for the original
+ patch. Fixes SF#1504631.
+ * buildbot/slave/commands.py (SlaveFileUploadCommand): slave-side
+ support for it
+ (SlaveFileDownloadCommand): same
+ * docs/buildbot.texinfo (Transferring Files): document it
+ * buildbot/test/test_transfer.py: test it
+ * buildbot/test/runutils.py (StepTester): new utility class for
+ testing BuildSteps and RemoteCommands without Builds or Bots or PB
+ * buildbot/test/test_steps.py (CheckStepTester): validate that the
+ utility class works
+
* buildbot/interfaces.py (IStatusLog.readlines): make it easier to
walk through StatusLogs one line at a time, mostly for the benefit
of ShellCommand.createSummary methods. You can either walk through
More information about the Commits
mailing list