mirror of
https://github.com/python/cpython.git
synced 2025-01-10 10:34:11 +08:00
14c1cf88ad
Make buildbot slaves automatically fetch bzip2 1.0.3.
9 lines
232 B
Batchfile
9 lines
232 B
Batchfile
@rem Fetches (and builds if necessary) external dependencies
|
|
|
|
@rem Assume we start inside the Python source directory
|
|
cd ..
|
|
|
|
@rem bzip
|
|
if not exist bzip2-1.0.3 svn export http://svn.python.org/projects/external/bzip2-1.0.3
|
|
|