Author: Armin Rigo <[email protected]>
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))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit