Author: Matti Picus <[email protected]>
Branch:
Changeset: r1056:d109544779c6
Date: 2018-01-29 19:57 +0200
http://bitbucket.org/pypy/buildbot/changeset/d109544779c6/
Log: make platform a command-line option, unsupported for now
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -397,7 +397,7 @@
factory.addStep(ShellCmd(
description="fetch external dependencies",
command=['python', 'get_externals.py',
- 'platform=%s' % platform,],
+ '--platform=%s' % platform,],
flunkOnFailure=False,
haltOnFailure=False,
workdir=workdir))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit