On Wed, Oct 10, 2012 at 1:00 PM, Chris Jerdonek <chris.jerdonek@gmail.com> wrote:
Antoine pointed out to me the possibility of using a custom repository for testing purposes:
http://docs.python.org/devguide/buildbots.html#custom-builders
Is the standard procedure for a developer to create and use their own sandbox repository under http://hg.python.org/sandbox/? Or should we use an existing sandbox repository (e.g. perhaps by creating a new head so as to decrease inteference)?
Create our own sandbox. I actually keep my sandbox on Bitbucket, but I still have one on hg.python.org as well in case I want to try something out on the buildbots.
For collaboration on particular features, a feature clone under /features can be a good idea.
Is the sandbox repository something we can create on our own, or do we need to request it?
You can just use the "server-side clone" link when looking at http://hg.python.org/cpython/
Cheers, Nick.
-- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia