Skip to content

bpo-30450: Fall back to git.exe if no Python is found. #2739

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 17, 2017

Conversation

zooba
Copy link
Member

@zooba zooba commented Jul 17, 2017

As a last resort, assume git.exe is on PATH and use it to shallow-clone our dependencies.

This should work on the buildbots that do not have up-to-date versions of PowerShell.

@mention-bot
Copy link

@zooba, thanks for your PR! By analyzing the history of the files in this pull request, we identified @zware to be a potential reviewer.

@zooba zooba merged commit efa26bc into python:master Jul 17, 2017
@zooba zooba deleted the bpo-30450 branch July 17, 2017 13:44
zooba added a commit to zooba/cpython that referenced this pull request Jul 18, 2017
* bpo-30450: Fall back to git.exe if no Python is found.

* Also check whether git.exe is on PATH if it will be used.
zooba added a commit that referenced this pull request Jul 19, 2017
Adds alternate download approach for nuget.exe
Fall back to git.exe if no Python is found. (#2739)
Also check whether git.exe is on PATH if it will be used.
Add support for HOST_PYTHON variable.
Clear internal environment variables used in find_python.bat
Use HOST_PYTHON as the actual Python if it is recent enough.
Adds HOST_PYTHON variable to AppVeyor configuration
zware pushed a commit to zware/cpython that referenced this pull request Sep 4, 2017
* bpo-30450: Fall back to git.exe if no Python is found.

* Also check whether git.exe is on PATH if it will be used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants