[python-committers] New hg repo ssh URIs

Georg Brandl g.brandl at gmx.net
Wed Nov 24 17:16:27 CET 2010
Am 24.11.2010 15:53, schrieb Jesus Cea:
> On 24/11/10 14:48, Dirkjan Ochtman wrote:
>> All ssh repos can now be accessed by using ssh://hg@hg.python.org/repo
>> instead of ssh://hg@hg.python.org/repos/repo. While the old way should
>> continue to work, the new address should be considered preferable.
> 
> Are those repositories read/write?. What is their use TODAY?. Only for
> being ready for 12 december?.

Some of the repos are already used productively, such as distutils2 and
the benchmarks repo, some are used by those helping with the migration,
such as hooks and pymigr.  The cpython one will become the test repo
once Dirkjan is done with his schedule.

> The push will be thru SSH only?. No option for HTTPS pushing?.

No; that would be just another infrastructure for us to handle, plus
we would need to maintain passwords for every user.  Since the current
SVN also only allows commit via ssh/public-key, I don't see a problem
doing the same for hg.

Georg



More information about the python-committers mailing list