[pypy-commit] buildbot default: Bah! Syntax error.

arigo noreply at buildbot.pypy.org
Fri Sep 2 11:32:14 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r591:e3dc118be8c0
Date: 2011-09-02 11:31 +0200
http://bitbucket.org/pypy/buildbot/changeset/e3dc118be8c0/

Log:	Bah! Syntax error.

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -300,7 +300,7 @@
         pypy_c_rel = "build/" + name + extension
         self.addStep(PyPyUpload(slavesrc=WithProperties(pypy_c_rel),
                                 masterdest=WithProperties(nightly),
-                                basename=name + extension
+                                basename=name + extension,
                                 workdir='.',
                                 blocksize=100*1024))
 


More information about the pypy-commit mailing list