Skip to content
Snippets Groups Projects
Commit f3499836 authored by Armin Rigo's avatar Armin Rigo
Browse files

Uploaded bundles that contain the pypy repo

parent c3696d3c
No related branches found
No related tags found
No related merge requests found
......@@ -242,6 +242,26 @@
<pre class="literal-block">
hg clone https://bitbucket.org/pypy/pypy
</pre>
<p>The above command may take a long time to run and if it aborts, it
is not resumable. You may prefer this way:</p>
<pre class="literal-block">
hg clone -r null https://bitbucket.org/pypy/pypy
cd pypy
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-01.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-02.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-03.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-04.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-05.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-06.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-07.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-08.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-09.bz2
hg pull
hg update
</pre>
<p>If needed, you can also download the bz2 files by other means.
You can then replace the multiple <tt class="docutils literal">unbundle</tt> commands above with
a single <tt class="docutils literal">hg unbundle <span class="pre">pypy-bundle-*.bz2</span></tt>.</p>
</li>
<li><p class="first">Make sure you <strong>installed the dependencies.</strong> See the list <a class="reference external" href="http://pypy.readthedocs.org/en/latest/build.html#install-build-time-dependencies">here</a>.</p>
</li>
......
......@@ -260,6 +260,27 @@
hg clone https://bitbucket.org/pypy/pypy
The above command may take a long time to run and if it aborts, it
is not resumable. You may prefer this way::
hg clone -r null https://bitbucket.org/pypy/pypy
cd pypy
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-01.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-02.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-03.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-04.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-05.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-06.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-07.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-08.bz2
hg unbundle http://buildbot.pypy.org/bundle/pypy-bundle-09.bz2
hg pull
hg update
If needed, you can also download the bz2 files by other means.
You can then replace the multiple ``unbundle`` commands above with
a single ``hg unbundle pypy-bundle-*.bz2``.
2. Make sure you **installed the dependencies.** See the list here__.
.. __: http://pypy.readthedocs.org/en/latest/build.html#install-build-time-dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment