summaryrefslogtreecommitdiffstats
path: root/Tools/msi/get_externals.bat
Commit message (Collapse)AuthorAgeFilesLines
* [3.6] bpo-30450: Improved logic for obtaining dependencies (#2751)Steve Dower2017-07-191-20/+4
| | | | | | | | | 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
* bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) ↵Zachary Ware2017-06-161-19/+99
| | | | | | | | | (GH-2237) The Windows build now depends on Python 3.6 to fetch externals, but it will be downloaded via NuGet (which is downloaded via PowerShell) if it is not available via `py -3.6`. This means the only thing that must be installed on a modern Windows box to do a full build of CPython with all extensions is Visual Studio. Also fixes an outdated note about _lzma in PCbuild/readme.txt (cherry-picked from commit 51599e2bdd10ab77212a7cbb41a13ea70ee13da8)
* [3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083)Zachary Ware2017-06-101-27/+27
| | | Also updates checked-in line endings on some files
* Moves Windows installer externals onto SVN and updates the build process to ↵Steve Dower2015-10-231-0/+27
grab them automatically.