Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r237:6b34669e68e0 Date: 2011-08-18 19:39 +0200 http://bitbucket.org/pypy/pypy.org/changeset/6b34669e68e0/
Log: Fix the .zip source. diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -112,7 +112,7 @@ the same revision as the above binaries:</p> <ul class="simple"> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/get/release-1.6.tar.bz2">pypy-1.6-src.tar.bz2</a> (sources, Unix line endings)</li> -<li>pypy-1.6-src.zip (sources, Windows line endings) not available</li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/get/release-1.6.zip">pypy-1.6-src.zip</a> (sources, Unix line endings too, sorry)</li> </ul> <p>Or you can checkout the current trunk using <a class="reference external" href="http://mercurial.selenic.com/">Mercurial</a> (the trunk usually works and is of course more up-to-date):</p> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -100,9 +100,10 @@ the same revision as the above binaries: * `pypy-1.6-src.tar.bz2`__ (sources, Unix line endings) - * pypy-1.6-src.zip (sources, Windows line endings) not available + * `pypy-1.6-src.zip`__ (sources, Unix line endings too, sorry) .. __: https://bitbucket.org/pypy/pypy/get/release-1.6.tar.bz2 + .. __: https://bitbucket.org/pypy/pypy/get/release-1.6.zip Or you can checkout the current trunk using Mercurial_ (the trunk usually works and is of course more up-to-date):: _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
