summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot
Commit message (Collapse)AuthorAgeFilesLines
* Move fetching of encoding test files from the end of theTim Peters2006-10-092-3/+3
| | | | | | | | | | Windows builbot's "build" step to the start of its "test" step. This is poke-and-hope. The hope is that compilation failures on Windows will become visible to the buildbot (bsddb has apparently been failing to compile in 2.4 on Windows "for some time" now, but the buildbots haven't noticed that).
* Remove bogus openssl-0.9.8a directory.Martin v. Löwis2006-10-041-0/+1
|
* Build _ssl.pyd with OpenSSL 0.9.7lMartin v. Löwis2006-10-041-1/+6
|
* Backport r50856:Martin v. Löwis2006-07-301-1/+12
| | | | | | | Don't kill a normal instance of python running on windows when checking to kill a cygwin instance. build\\python.exe was matching a normal windows instance. Prefix that with a \\ to ensure build is a directory and not PCbuild. As discussed on python-dev.
* Add build\\python.exe to the list of programs to be killed.Martin v. Löwis2006-06-101-1/+2
|
* Add missing implementation file.Martin v. Löwis2006-06-101-0/+56
|
* Add cygwin makefile.Martin v. Löwis2006-06-101-0/+6
|
* 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