Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r524:49c32806cd40
Date: 2011-07-12 11:42 +0200
http://bitbucket.org/pypy/buildbot/changeset/49c32806cd40/
Log: try using pypy to translate, should be globally installed on all
buildslaves
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -56,7 +56,7 @@
description = ["translating"]
descriptionDone = ["translation"]
- command = ["python", "translate.py", "--batch"]
+ command = ["pypy", "translate.py", "--batch"]
translationTarget = "targetpypystandalone"
haltOnFailure = True
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit