summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot
Commit message (Collapse)AuthorAgeFilesLines
* The new fetch_data_files.py downloads all the input data filesTim Peters2006-03-204-3/+80
| | | | | | | used by encoding tests. Fiddled the Windows buildbot helper scripts to invoke this if needed. Note that this isn't needed on the trunk (the encoding tests download input files automatically in 2.5).
* Merge rev 43063 from trunk.Tim Peters2006-03-161-1/+1
| | | | Oops! Use python_d.exe _before_ it's destroyed :-)
* Merge rev 43061 from the trunk.Tim Peters2006-03-161-1/+4
| | | | | Change the Windows buildbot "clean" step to remove stale .pyc files.
* Backport of 42994:Martin v. Löwis2006-03-131-1/+1
| | | | Let the buildbot make a single pass in the test suite only.
* Backport of 42993:Martin v. Löwis2006-03-132-0/+9
| | | | | Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3.
* Merge rev 42984 from trunk.Tim Peters2006-03-131-1/+1
| | | | | | | | | Adding the /useenv means that one's PATH actually gets through. This is important for the _ssl.vproj build. It calls build_ssl.py which tries to find a Perl to use. Without "/useenv" Visual Studio is getting a PATH from somewhere else (presumably from its internal environment configuration). The result is that build_ssl.py fallsback to its "well-known" locations for a Perl install.
* Move buildbot scripts to Tools/buildbot.Martin v. Löwis2006-03-123-0/+9