Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r616:ecb37aa5b739
Date: 2012-01-24 12:20 +0200
http://bitbucket.org/pypy/buildbot/changeset/ecb37aa5b739/
Log: workdinr & relative positions
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -338,8 +338,8 @@
locks=[lock.access('counting')],
)
)
- pypy_c_rel = "../build/pypy/translator/goal/pypy-c"
if host == 'tannit':
+ pypy_c_rel = 'build/pypy/translator/goal/pypy-c'
self.addStep(ShellCmd(
description="measure numpy compatibility",
command=[pypy_c_rel,
@@ -350,6 +350,7 @@
self.addStep(transfer.FileUpload(slavesrc="numpy-compat.html",
masterdest=WithProperties(resfile),
workdir="."))
+ pypy_c_rel = "../build/pypy/translator/goal/pypy-c"
if postfix:
addopts = ['--postfix', postfix]
else:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit