[Buildbot-commits] buildbot/buildbot/slave commands.py,1.14,1.15
Brian Warner
warner at users.sourceforge.net
Thu Oct 14 16:59:29 UTC 2004
Update of /cvsroot/buildbot/buildbot/buildbot/slave
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6321/buildbot/slave
Modified Files:
commands.py
Log Message:
(SourceBase.doCopy): remove leftover self.copyComplete() call. Yoz Grahame
makes the catch.
Index: commands.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/commands.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- commands.py 30 Sep 2004 22:56:18 -0000 1.14
+++ commands.py 14 Oct 2004 16:59:26 -0000 1.15
@@ -511,7 +511,7 @@
todir = os.path.join(self.builder.basedir, self.workdir)
if runtime.platformType != "posix":
shutil.copytree(fromdir, todir)
- return self.copyComplete(None)
+ return
command = ['cp', '-r', fromdir, todir]
c = ShellCommand(self.builder, command, self.builder.basedir,
sendRC=False, timeout=self.timeout)
More information about the Commits
mailing list