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)? Is the sandbox repository something we can create on our own, or do we need to request it?
--Chris
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
On Wed, Oct 10, 2012 at 1:51 AM, Nick Coghlan <ncoghlan@gmail.com> wrote:
On Wed, Oct 10, 2012 at 1:00 PM, Chris Jerdonek <chris.jerdonek@gmail.com> wrote:
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/
Am I right that the server-side clone feature isn't documented in the devguide? Also, is it okay to specify a three-level name for the "target repo name" like "sandbox/cjerdonek/cpython"?
--Chris
In article <CAOTb1wdXV1MPMXDjvNLge+XUQpTfbEvg07ZRWd8Kyqez3vj6zA@mail.gmail.com>, Chris Jerdonek <chris.jerdonek@gmail.com> wrote:
On Wed, Oct 10, 2012 at 1:51 AM, Nick Coghlan <ncoghlan@gmail.com> wrote:
On Wed, Oct 10, 2012 at 1:00 PM, Chris Jerdonek <chris.jerdonek@gmail.com> wrote:
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/
Am I right that the server-side clone feature isn't documented in the devguide? Also, is it okay to specify a three-level name for the "target repo name" like "sandbox/cjerdonek/cpython"?
http://docs.python.org/devguide/committing.html#long-term-development-of- features
-- Ned Deily, nad@acm.org
On Sat, Oct 13, 2012 at 10:28 PM, Ned Deily <nad@acm.org> wrote:
In article <CAOTb1wdXV1MPMXDjvNLge+XUQpTfbEvg07ZRWd8Kyqez3vj6zA@mail.gmail.com>, Chris Jerdonek <chris.jerdonek@gmail.com> wrote:
On Wed, Oct 10, 2012 at 1:51 AM, Nick Coghlan <ncoghlan@gmail.com> wrote:
On Wed, Oct 10, 2012 at 1:00 PM, Chris Jerdonek <chris.jerdonek@gmail.com> wrote:
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/
Am I right that the server-side clone feature isn't documented in the devguide? Also, is it okay to specify a three-level name for the "target repo name" like "sandbox/cjerdonek/cpython"?
http://docs.python.org/devguide/committing.html#long-term-development-of- features
Thanks. It's odd that searching neither for "clone" nor "server-side" pulls that up (using the guide's "Quick Search" box).
--Chris
On Sat, Oct 13, 2012 at 10:15 PM, Chris Jerdonek <chris.jerdonek@gmail.com> wrote:
On Wed, Oct 10, 2012 at 1:51 AM, Nick Coghlan <ncoghlan@gmail.com> wrote:
On Wed, Oct 10, 2012 at 1:00 PM, Chris Jerdonek <chris.jerdonek@gmail.com> wrote:
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/
Am I right that the server-side clone feature isn't documented in the devguide? Also, is it okay to specify a three-level name for the "target repo name" like "sandbox/cjerdonek/cpython"?
To answer my own question, the answer is no. :)
'Please use a secondary level path such as "sandbox/cpython"'
--Chris
participants (3)
-
Chris Jerdonek
-
Ned Deily
-
Nick Coghlan