Author: Maciej Fijalkowski <fij...@gmail.com> Branch: Changeset: r734:7717f489459b Date: 2013-01-20 16:18 +0200 http://bitbucket.org/pypy/buildbot/changeset/7717f489459b/
Log: use new translate paths diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b/bot2/pypybuildbot/builds.py @@ -128,12 +128,12 @@ description = ["translating"] descriptionDone = ["translation"] - command = ["translate.py", "--batch"] + command = ["../../rpython/bin/rpython", "--batch"] translationTarget = "targetpypystandalone" haltOnFailure = True def __init__(self, translationArgs, targetArgs, - workdir="build/pypy/translator/goal", + workdir="build/pypy/goal", interpreter='pypy', *a, **kw): add_args = {'translationArgs': translationArgs, _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit