Changeset 391 for python/trunk/Tools/buildbot/external-common.bat
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Tools/buildbot/external-common.bat
r2 r391 5 5 @rem XXX: If you need to force the buildbots to start from a fresh environment, uncomment 6 6 @rem the following, check it in, then check it out, comment it out, then check it back in. 7 @rem if exist bzip2-1.0. 5 rd /s/q bzip2-1.0.57 @rem if exist bzip2-1.0.6 rd /s/q bzip2-1.0.6 8 8 @rem if exist tcltk rd /s/q tcltk 9 9 @rem if exist tcltk64 rd /s/q tcltk64 … … 16 16 @rem if exist db-4.4.20 rd /s/q db-4.4.20 17 17 @rem if exist db-4.7.25.0 rd /s/q db-4.7.25.0 18 @rem if exist openssl-0.9.8 l rd /s/q openssl-0.9.8l19 @rem if exist sqlite-3. 5.9 rd /s/q sqlite-3.5.918 @rem if exist openssl-0.9.8y rd /s/q openssl-0.9.8y 19 @rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21 20 20 21 21 @rem bzip 22 if not exist bzip2-1.0. 5(23 rd /s/q bzip2-1.0. 324 svn export http://svn.python.org/projects/external/bzip2-1.0. 522 if not exist bzip2-1.0.6 ( 23 rd /s/q bzip2-1.0.5 24 svn export http://svn.python.org/projects/external/bzip2-1.0.6 25 25 ) 26 26 … … 30 30 31 31 @rem OpenSSL 32 if not exist openssl-0.9.8 l svn export http://svn.python.org/projects/external/openssl-0.9.8l32 if not exist openssl-0.9.8y svn export http://svn.python.org/projects/external/openssl-0.9.8y 33 33 34 34 @rem tcl/tk … … 40 40 41 41 @rem sqlite3 42 if not exist sqlite-3. 5.9(42 if not exist sqlite-3.6.21 ( 43 43 rd /s/q sqlite-source-3.3.4 44 svn export http://svn.python.org/projects/external/sqlite-3. 5.944 svn export http://svn.python.org/projects/external/sqlite-3.6.21 45 45 )
Note:
See TracChangeset
for help on using the changeset viewer.