[Python-Dev] Re: Windows buildbots may be broken

2021-08-09 Thread Tim Peters
Sorry, all! This post was pure spam - I clicked the wrong button on the moderator UI. The list has already been set to auto-reject any future posts from this member. On Mon, Aug 9, 2021 at 10:51 AM ridhimaortiz--- via Python-Dev wrote: > > It is really nice post. https://bit.ly/3fsxwwl >

[Python-Dev] Re: Windows buildbots may be broken

2021-08-09 Thread ridhimaortiz--- via Python-Dev
It is really nice post. https://bit.ly/3fsxwwl ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at

[Python-Dev] Re: Windows buildbots may be broken

2021-08-04 Thread Victor Stinner
Hi Jason, One month ago, I changed the Buildbot configuration: --- Use Git "fresh" method Git "clean" method keeps most files created by a previous build. Use Git "fresh" method instead to ignores .gitignore rules and so remove all generated files (like ".o" files): run a fresh build rather than

[Python-Dev] Re: Windows buildbots may be broken

2021-08-03 Thread Jason R. Coombs
umaran Sent: Tuesday, August 3, 2021 09:29 To: Jason R. Coombs Cc: python-dev@python.org Subject: Re: [Python-Dev] Windows buildbots may be broken On Fri, Jul 30, 2021 at 02:28:08PM +, Jason R. Coombs wrote: > If you run such a buildbot, please consider running this command on &g

[Python-Dev] Re: Windows buildbots may be broken

2021-08-03 Thread Oleg Broytman
On Tue, Aug 03, 2021 at 06:29:43AM -0700, Senthil Kumaran wrote: > On Fri, Jul 30, 2021 at 02:28:08PM +, Jason R. Coombs wrote: > > > If you run such a buildbot, please consider running this command on > > your repo to bypass the issue: > > > > git rm -r :/ ; git checkout HEAD -- :/ > > >

[Python-Dev] Re: Windows buildbots may be broken

2021-08-03 Thread Senthil Kumaran
On Fri, Jul 30, 2021 at 02:28:08PM +, Jason R. Coombs wrote: > If you run such a buildbot, please consider running this command on > your repo to bypass the issue: > > git rm -r :/ ; git checkout HEAD -- :/ > > You may want to consider adding this command after every update to the > repo to