[pypy-commit] pypy.org extradoc: add a linux64 sandboxed binary

fijal noreply at buildbot.pypy.org
Wed Feb 15 09:17:02 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r332:4a832215a7b5
Date: 2012-02-15 10:16 +0200
http://bitbucket.org/pypy/pypy.org/changeset/4a832215a7b5/

Log:	add a linux64 sandboxed binary

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -92,7 +92,11 @@
 (It is also possible to <a class="reference internal" href="#translate">translate</a> a version that includes both
 sandboxing and the JIT compiler, although as the JIT is relatively
 complicated, this reduces a bit the level of confidence we can put in
-the result.)</li>
+the result.) <strong>Note that the sandboxed binary needs a full pypy checkout
+to work</strong>. Consult the <a class="reference external" href="http://doc.pypy.org/en/latest/sandbox.html">sandbox docs</a> for details<ul>
+<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux64.tar.bz2">Linux binary (64bit)</a></li>
+</ul>
+</li>
 </ul>
 <p>These versions are not officially part of the release 1.8, which focuses
 on the JIT.  You can find prebuilt binaries for them on our
@@ -196,10 +200,12 @@
 c4a1d11e0283a390d9e9b801a4633b9f  pypy-1.8-linux.tar.bz2
 1c293253e8e4df411c3dd59dff82a663  pypy-1.8-osx64.tar.bz2
 1af8ee722721e9f5fd06b61af530ecb3  pypy-1.8-win32.zip
+2c9f0054f3b93a6473f10be35277825a  pypy-1.8-sandbox-linux64.tar.bz2
 a6bb7b277d5186385fd09b71ec4e35c9e93b380d  pypy-1.8-linux64.tar.bz2
 089f4269a6079da2eabdeabd614f668f56c4121a  pypy-1.8-linux.tar.bz2
 15b99f780b9714e3ebd82b2e41577afab232d148  pypy-1.8-osx64.tar.bz2
 77a565b1cfa4874a0079c17edd1b458b20e67bfd  pypy-1.8-win32.zip
+895aaf7bba5787dd30adda5cc0e0e7fc297c0ca7  pypy-1.8-sandbox-linux64.tar.bz2
 </pre>
 </div>
 </div>
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -73,7 +73,13 @@
   (It is also possible to translate_ a version that includes both
   sandboxing and the JIT compiler, although as the JIT is relatively
   complicated, this reduces a bit the level of confidence we can put in
-  the result.)
+  the result.) **Note that the sandboxed binary needs a full pypy checkout
+  to work**. Consult the `sandbox docs`_ for details
+
+  * `Linux binary (64bit)`__
+
+.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux64.tar.bz2
+.. _`sandbox docs`: http://doc.pypy.org/en/latest/sandbox.html
 
 These versions are not officially part of the release 1.8, which focuses
 on the JIT.  You can find prebuilt binaries for them on our
@@ -201,8 +207,10 @@
    c4a1d11e0283a390d9e9b801a4633b9f  pypy-1.8-linux.tar.bz2
    1c293253e8e4df411c3dd59dff82a663  pypy-1.8-osx64.tar.bz2
    1af8ee722721e9f5fd06b61af530ecb3  pypy-1.8-win32.zip
+   2c9f0054f3b93a6473f10be35277825a  pypy-1.8-sandbox-linux64.tar.bz2
 
    a6bb7b277d5186385fd09b71ec4e35c9e93b380d  pypy-1.8-linux64.tar.bz2
    089f4269a6079da2eabdeabd614f668f56c4121a  pypy-1.8-linux.tar.bz2
    15b99f780b9714e3ebd82b2e41577afab232d148  pypy-1.8-osx64.tar.bz2
    77a565b1cfa4874a0079c17edd1b458b20e67bfd  pypy-1.8-win32.zip
+   895aaf7bba5787dd30adda5cc0e0e7fc297c0ca7  pypy-1.8-sandbox-linux64.tar.bz2


More information about the pypy-commit mailing list