One could: * Submit a group of patches as attachments on a bug in the issue trackers and link to the patches (in sequence, if necessary) [described in detail in the devguide] and hope that others can reproduce the build
* Create a git branch and a GitHub pull request [there are currently a few PRs at gh:python/cpython] * http://documentup.com/skwp/git-workflows-book * If there was a repository PR hook, the CI system would build the code on each push to a PR branch (such as w/ buildbot) * Create a git patch series with git-guilt * Create an hg branch (or bookmark, if you're working with hg-git and want to approximate git branches) and a bitbucket pull request [there are currently zero PRs at bb:mirror/cpython] * Create a patch queue with a series of patches w/ Mercurial MQ: * http://hgbook.red-bean.com/read/managing-change-with-mercurial-queues.html ... I've collected a number of VCS docs links here: https://westurner.github.io/tools/#version-control-systems On Fri, Feb 20, 2015 at 6:18 AM, Cyd Haselton <[email protected]> wrote: > > > On February 20, 2015 1:57:43 AM CST, Ethan Furman <[email protected]> > wrote: > >On 02/19/2015 11:22 PM, Wes Turner wrote: > >> On Fri, Feb 20, 2015 at 12:02 AM, Ethan Furman wrote: > > > >>> The goal is make mobile support part of Python trunk. > > > >> * https://docs.python.org/devguide/index.html#contributing > >> * Re: Android buildbot support: > >https://mail.python.org/pipermail/mobile-sig/2015-January/000022.html > >> * https://github.com/python/cpython/pulls > >> * https://bitbucket.org/mirror/cpython/pull-requests > > > >And exactly what was that almost-entirely-context-free bulleted list > >supposed to explain? > > > >-- > >~Ethan~ > > > > Technically the first two were links to helpful information about > contributing towards CPython. > > I''m assuming the last two were links to places to host the port. While I > have ported git to this device I've limited experience with using it so > instructions would also have been helpful...though I can find them on my > own. > > > > > >------------------------------------------------------------------------ > > > >_______________________________________________ > >Mobile-sig mailing list > >[email protected] > >https://mail.python.org/mailman/listinfo/mobile-sig > > -- > Sent from my Android device with K-9 Mail. Please excuse my brevity. > _______________________________________________ > Mobile-sig mailing list > [email protected] > https://mail.python.org/mailman/listinfo/mobile-sig >
_______________________________________________ Mobile-sig mailing list [email protected] https://mail.python.org/mailman/listinfo/mobile-sig
