[pypy-commit] pypy default: Update the download location

arigo noreply at buildbot.pypy.org
Sun Aug 10 13:39:47 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r72742:db7dfc8ced82
Date: 2014-08-10 13:39 +0200
http://bitbucket.org/pypy/pypy/changeset/db7dfc8ced82/

Log:	Update the download location

diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst
--- a/pypy/doc/stm.rst
+++ b/pypy/doc/stm.rst
@@ -63,8 +63,7 @@
 
 Development is done in the branch `stmgc-c7`_.  If you are only
 interested in trying it out, you can download a Ubuntu binary here__
-(``pypy-2.3.x-stm*.tar.bz2``, Ubuntu 12.04-14.04; these versions are
-release mode, but not stripped of debug symbols).  The current version
+(``pypy-stm-2.3*.tar.bz2``, Ubuntu 12.04-14.04).  The current version
 supports four "segments", which means that it will run up to four
 threads in parallel.
 
@@ -79,7 +78,7 @@
    rpython/bin/rpython -Ojit --stm pypy/goal/targetpypystandalone.py
 
 .. _`stmgc-c7`: https://bitbucket.org/pypy/pypy/src/stmgc-c7/
-.. __: http://cobra.cs.uni-duesseldorf.de/~buildmaster/misc/
+.. __: https://bitbucket.org/pypy/pypy/downloads/
 .. __: http://clang.llvm.org/get_started.html
 .. __: https://bitbucket.org/pypy/stmgc/src/default/c7/llvmfix/
 


More information about the pypy-commit mailing list