[pypy-svn] extradoc extradoc: mention nightly builds

fijal commits-noreply at bitbucket.org
Mon Apr 11 15:11:53 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r3491:0fa5bf956a10
Date: 2011-04-11 15:03 +0200
http://bitbucket.org/pypy/extradoc/changeset/0fa5bf956a10/

Log:	mention nightly builds

diff --git a/pypy.org/source/download.txt b/pypy.org/source/download.txt
--- a/pypy.org/source/download.txt
+++ b/pypy.org/source/download.txt
@@ -6,6 +6,12 @@
 Download
 ============================================================
 
+.. class:: download_menu
+
+  There are `nightly binary builds`_ available. Those builds are not always
+  as stable as the release, but they contain Python 2.7 compatibility,
+  numerous bugfixes and performance improvements.
+
 Here are the various binaries of **PyPy 1.4.1** that we provide for x86 Linux,
 Mac OS/X or Windows. This is mostly a bugfix release, although the performance
 over the previous release 1.4 has improved in some cases.
@@ -160,6 +166,7 @@
 .. _`stackless`: http://www.stackless.com/
 .. _`greenlets`: http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt
 .. _Mercurial: http://mercurial.selenic.com/
+.. _`nightly binary builds`: http://buildbot.pypy.org/nightly/trunk/
 
 Checksums
 ---------

diff --git a/pypy.org/source/README b/pypy.org/source/README
--- a/pypy.org/source/README
+++ b/pypy.org/source/README
@@ -1,14 +1,14 @@
-You generate this website by using yatiblog from here:
+You can get necessary software by doing:
 
-http://github.com/tav/ampify/blob/master/environ/yatiblog
+git clone https://github.com/tav/ampify.git
 
-by running 
+and then recreate the website in this directory by running 
 
 ..../ampify/environ/yatiblog -o ..
 
 you'll get html output in the parent directory.
 Then you can check it in, go to codespeak in /www/pypy.org/htdocs/
-and type "svn up".
+and type "hg pull -u".
 
 Other required dependencies:
     * "docutils" from "easy_install docutils"

diff --git a/pypy.org/download.html b/pypy.org/download.html
--- a/pypy.org/download.html
+++ b/pypy.org/download.html
@@ -47,6 +47,9 @@
 <div>
 <div id="main">
 <h1 class="title">Download and install</h1>
+<p class="download-menu">There are <a class="reference external" href="http://buildbot.pypy.org/nightly/trunk/">nightly binary builds</a> available. Those builds are not always
+as stable as the release, but they contain Python 2.7 compatibility,
+numerous bugfixes and performance improvements.</p>
 <p>Here are the various binaries of <strong>PyPy 1.4.1</strong> that we provide for x86 Linux,
 Mac OS/X or Windows. This is mostly a bugfix release, although the performance
 over the previous release 1.4 has improved in some cases.</p>


More information about the Pypy-commit mailing list