Author: Richard Plangger <[email protected]> Branch: extradoc Changeset: r747:e667d5904c3f Date: 2016-05-17 19:04 +0200 http://bitbucket.org/pypy/pypy.org/changeset/e667d5904c3f/
Log: added s390x to the downloads list diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -127,6 +127,7 @@ installer <a class="reference external" href="http://www.microsoft.com/en-us/download/details.aspx?id=5582">vcredist_x86.exe</a>.)</li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1++-ppc64.tar.bz2">PowerPC PPC64 Linux binary (64bit big-endian, Fedora 20)</a> (see <tt class="docutils literal">[1]</tt> below)</li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1+-ppc64le.tar.bz2">PowerPC PPC64le Linux binary (64bit little-endian, Fedora 21)</a> (see <tt class="docutils literal">[1]</tt> below)</li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.2-s390x.tar.bz2">s390x Linux binary (tar.bz2 built on Redhat Linux 7.2)</a> (see <tt class="docutils literal">[1]</tt> below)</li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1-src.tar.bz2">Source (tar.bz2)</a>; <a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1-src.zip">Source (zip)</a>. See below for more about the sources.</li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads">All our downloads,</a> including previous versions. We also have a <a class="reference external" href="http://buildbot.pypy.org/mirror/">mirror</a>, but please use only if you have troubles accessing the links above</li> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -88,6 +88,7 @@ installer `vcredist_x86.exe`_.) * `PowerPC PPC64 Linux binary (64bit big-endian, Fedora 20)`__ (see ``[1]`` below) * `PowerPC PPC64le Linux binary (64bit little-endian, Fedora 21)`__ (see ``[1]`` below) +* `s390x Linux binary (tar.bz2 built on Redhat Linux 7.2)`__ (see ``[1]`` below) * `Source (tar.bz2)`__; `Source (zip)`__. See below for more about the sources. * `All our downloads,`__ including previous versions. We also have a mirror_, but please use only if you have troubles accessing the links above @@ -101,6 +102,7 @@ .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1-win32.zip .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1++-ppc64.tar.bz2 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1+-ppc64le.tar.bz2 +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.2-s390x.tar.bz2 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1-src.tar.bz2 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1-src.zip .. _`vcredist_x86.exe`: http://www.microsoft.com/en-us/download/details.aspx?id=5582 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
