[pypy-commit] pypy default: add an FAQ entry about moving to GitHub

cfbolz pypy.commits at gmail.com
Fri Oct 21 11:54:50 EDT 2016


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: 
Changeset: r87910:04a92d47b487
Date: 2016-10-21 17:54 +0200
http://bitbucket.org/pypy/pypy/changeset/04a92d47b487/

Log:	add an FAQ entry about moving to GitHub

diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -397,3 +397,13 @@
 in auto-generated C code, and at least some knowledge about the
 various components involved, from PyPy's own RPython source code to
 the GC and possibly the JIT.
+
+
+Why doesn't PyPy move to GitHub, Gitlab, ...?
+----------------------------------------------
+
+We've been quite happy with bitbucket.org. Moving version control systems and
+hosting is a lot of hard work: On the one hand, PyPy's mercurial history is
+long and gnarly. On the other hand, all our infrastructure (buildbots,
+benchmarking, etc) would have to be adapted. So unless somebody steps up and
+volunteers to do all that work, it will likely not happen.


More information about the pypy-commit mailing list