[pypy-commit] buildbot coalesce-by-hash: merge deault into branch

mattip noreply at buildbot.pypy.org
Tue Aug 18 23:33:58 CEST 2015


Author: mattip <matti.picus at gmail.com>
Branch: coalesce-by-hash
Changeset: r960:39eafa031c8e
Date: 2015-08-19 00:34 +0300
http://bitbucket.org/pypy/buildbot/changeset/39eafa031c8e/

Log:	merge deault into branch

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -672,7 +672,7 @@
             workdir='.'))
         self.addStep(ShellCmd(
             description="copy cffi import libraries",
-            command=['cp', '-rv', 'pypy-c/lib_pypy/*.so', 'build/lib_pypy'],
+            command='cp -rv pypy-c/lib_pypy/*.so build/lib_pypy',
             haltOnFailure=True,
             workdir='.'))
 


More information about the pypy-commit mailing list