[Buildbot-commits] buildbot ChangeLog,1.1067,1.1068
Brian Warner
warner at users.sourceforge.net
Tue Apr 29 20:21:38 UTC 2008
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30793
Modified Files:
ChangeLog
Log Message:
[project @ for source mode=copy, use cp -RPp instead of cp -r. Closes #86]
Original author: warner at lothar.com
Date: 2008-04-29 16:31:20+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1067
retrieving revision 1.1068
diff -u -d -r1.1067 -r1.1068
--- ChangeLog 29 Apr 2008 20:21:31 -0000 1.1067
+++ ChangeLog 29 Apr 2008 20:21:36 -0000 1.1068
@@ -1,5 +1,11 @@
2008-04-29 Brian Warner <warner at lothar.com>
+ * buildbot/slave/commands.py (SourceBase.doCopy): use 'cp -RPp'
+ instead of 'cp -rp': this fixes freebsd-vs-svn-vs-symlinks, and
+ should work with both POSIX and GNU cp. Thanks to Pete Curry for
+ the patch. Closes #86.
+ * buildbot/steps/source.py (Source.__init__): update docstring
+
* buildbot/scripts/sample.cfg: fix comment, thanks to 'ludovic'
for the catch. Closes #193.
More information about the Commits
mailing list