Re: [python-committers] Guide to pushing to submitters' repo?

2017-05-25 Thread Carol Willing
> On May 25, 2017, at 8:59 AM, Antoine Pitrou wrote: > > > Le 25/05/2017 à 17:52, Carol Willing a écrit : >>> >>> Thanks for the pointer. Unfortunately, it seems that it really wants to >>> authenticate using username and password (even though browsing a public >>> project): >>> >>> $ hub ch

Re: [python-committers] Proposing Carol Willing to become a core developer

2017-05-25 Thread Eric Snow
On Thu, May 25, 2017 at 4:16 AM, Victor Stinner wrote: > Welcome Carol! A giant +1 from me! And a huge thank-you for how much you've already been doing! You are an excellent example of what makes this community great. -eric ___ python-committers mail

Re: [python-committers] Guide to pushing to submitters' repo?

2017-05-25 Thread Antoine Pitrou
Le 25/05/2017 à 17:52, Carol Willing a écrit : >> >> Thanks for the pointer. Unfortunately, it seems that it really wants to >> authenticate using username and password (even though browsing a public >> project): >> >> $ hub checkout https://github.com/python/cpython/pull/1785 >> github.com usern

Re: [python-committers] Guide to pushing to submitters' repo?

2017-05-25 Thread Carol Willing
> On May 25, 2017, at 7:41 AM, Antoine Pitrou wrote: > > > Le 25/05/2017 à 16:05, Zachary Ware a écrit : >> >> Unfortunately, GitHub does not allow pushing back to refs/pull/*. To >> get it to set you up to push back to the contributor's repo, you'd >> need to provide the contributor's name

Re: [python-committers] Guide to pushing to submitters' repo?

2017-05-25 Thread Antoine Pitrou
Le 25/05/2017 à 16:05, Zachary Ware a écrit : > > Unfortunately, GitHub does not allow pushing back to refs/pull/*. To > get it to set you up to push back to the contributor's repo, you'd > need to provide the contributor's name and branch name, which is much > less convenient if you're just loo

Re: [python-committers] Guide to pushing to submitters' repo?

2017-05-25 Thread Zachary Ware
On Thu, May 25, 2017 at 6:27 AM, Antoine Pitrou wrote: > > Le 25/05/2017 à 15:06, Nick Coghlan a écrit : >> On 25 May 2017 at 18:01, Antoine Pitrou wrote: >>> Did someone manage to make this work? Can they post the entire >>> instructions they used? (including local branch setup) >> >> The minim

Re: [python-committers] Guide to pushing to submitters' repo?

2017-05-25 Thread Mariatta Wijaya
The git pr alias in the devguide assumes that you have origin and upstream remote setup, where origin is your own CPython fork, and upstream is python/CPython repo On May 25, 2017 6:27 AM, "Antoine Pitrou" wrote: Le 25/05/2017 à 15:06, Nick Coghlan a écrit : > On 25 May 2017 at 18:01, Antoine

Re: [python-committers] Guide to pushing to submitters' repo?

2017-05-25 Thread Antoine Pitrou
Le 25/05/2017 à 15:06, Nick Coghlan a écrit : > On 25 May 2017 at 18:01, Antoine Pitrou wrote: >> Did someone manage to make this work? Can they post the entire >> instructions they used? (including local branch setup) > > The minimal set of instructions some of us worked out are at > https://d

Re: [python-committers] Guide to pushing to submitters' repo?

2017-05-25 Thread Nick Coghlan
On 25 May 2017 at 18:01, Antoine Pitrou wrote: > Did someone manage to make this work? Can they post the entire > instructions they used? (including local branch setup) The minimal set of instructions some of us worked out are at https://docs.python.org/devguide/gitbootcamp.html#editing-a-pull-r

Re: [python-committers] Proposing Carol Willing to become a core developer

2017-05-25 Thread Carol Willing
Thank you for developing, supporting, and growing Python. Your impact on science and education is so valuable, and I hope to continue encouraging users and learners of Python. Thanks for all of the kind words. (Victor, I loved your summary of all the ways that people contribute to making the Py

Re: [python-committers] Proposing Carol Willing to become a core developer

2017-05-25 Thread Victor Stinner
Welcome Carol! Victor Le 24 mai 2017 7:41 PM, "Brett Cannon" a écrit : > Done! > > Carol, just accept the invitation to join the Python core team on GitHub > at https://github.com/python and that's it! (I already subscribed you to > python-committers under your Gmail account and Mariatta is tak

[python-committers] Guide to pushing to submitters' repo?

2017-05-25 Thread Antoine Pitrou
Hi, We now have a functionality to allow core developers to push to PR repositories, but I can't find out how to make it work. For example I have: $ git remote -v gescheitgit://github.com/gescheit/cpython.git (fetch) gescheitgit://github.com/gescheit/cpython.git (push) origin h