Author: Philip Jenvey <pjen...@underboss.org>
Branch: 
Changeset: r918:345d88ba452d
Date: 2014-09-13 15:53 -0700
http://bitbucket.org/pypy/buildbot/changeset/345d88ba452d/

Log:    don't explicitly specify the binary name of 'pypy' so that py3k
        branches can default to a value of 'pypy3'

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -491,8 +491,7 @@
             description="compress pypy-c",
             haltOnFailure=False,
             command=prefix + ["python", "pypy/tool/release/package.py",
-                     ".", WithProperties(name), 'pypy',
-                     '.'],
+                              "--targetdir=.", ".", WithProperties(name)],
             workdir='build'))
         nightly = '~/nightly/'
         extension = get_extension(platform)
@@ -600,8 +599,7 @@
         self.addStep(ShellCmd(
             description="compress pypy-c",
             command=prefix + ["python", "pypy/tool/release/package.py",
-                     ".", WithProperties(name), 'pypy',
-                     '.'],
+                              "--targetdir=.", ".", WithProperties(name)],
             haltOnFailure=True,
             workdir='build'))
         nightly = '~/nightly/'
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to