[pypy-commit] pypy default: update release info

bivab noreply at buildbot.pypy.org
Thu Jul 11 10:21:20 CEST 2013


Author: David Schneider <david.schneider at picle.org>
Branch: 
Changeset: r65338:d126b027561c
Date: 2013-07-11 10:19 +0200
http://bitbucket.org/pypy/pypy/changeset/d126b027561c/

Log:	update release info

diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst
--- a/pypy/doc/how-to-release.rst
+++ b/pypy/doc/how-to-release.rst
@@ -32,11 +32,10 @@
 * go to pypy/tool/release and run:
   force-builds.py /release/<release branch>
 * wait for builds to complete, make sure there are no failures
-* run pypy/tool/release/make_release.py, this will build necessary binaries
-  and upload them to pypy.org
+* upload binaries to https://bitbucket.org/pypy/pypy/downloads
 
   Following binaries should be built, however, we need more buildbots:
-    JIT: windows, linux, os/x
+    JIT: windows, linux, os/x, armhf, armel
     no JIT: windows, linux, os/x
     sandbox: linux, os/x
 
diff --git a/pypy/tool/release/force-builds.py b/pypy/tool/release/force-builds.py
--- a/pypy/tool/release/force-builds.py
+++ b/pypy/tool/release/force-builds.py
@@ -28,6 +28,9 @@
     'pypy-c-jit-linux-x86-64',
     'pypy-c-jit-macosx-x86-64',
     'pypy-c-jit-win-x86-32',
+    'build-pypy-c-jit-linux-armhf-raring',
+    'build-pypy-c-jit-linux-armhf-raspbian',
+    'build-pypy-c-jit-linux-armel',
 ]
 
 def main():


More information about the pypy-commit mailing list