Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Tools/buildbot/external-common.bat

    r2 r391  
    55@rem XXX: If you need to force the buildbots to start from a fresh environment, uncomment
    66@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.5
     7@rem if exist bzip2-1.0.6 rd /s/q bzip2-1.0.6
    88@rem if exist tcltk rd /s/q tcltk
    99@rem if exist tcltk64 rd /s/q tcltk64
     
    1616@rem if exist db-4.4.20 rd /s/q db-4.4.20
    1717@rem if exist db-4.7.25.0 rd /s/q db-4.7.25.0
    18 @rem if exist openssl-0.9.8l rd /s/q openssl-0.9.8l
    19 @rem if exist sqlite-3.5.9 rd /s/q sqlite-3.5.9   
     18@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   
    2020
    2121@rem bzip
    22 if not exist bzip2-1.0.5 (
    23    rd /s/q bzip2-1.0.3
    24   svn export http://svn.python.org/projects/external/bzip2-1.0.5
     22if 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
    2525)
    2626
     
    3030
    3131@rem OpenSSL
    32 if not exist openssl-0.9.8l svn export http://svn.python.org/projects/external/openssl-0.9.8l
     32if not exist openssl-0.9.8y svn export http://svn.python.org/projects/external/openssl-0.9.8y
    3333
    3434@rem tcl/tk
     
    4040
    4141@rem sqlite3
    42 if not exist sqlite-3.5.9 (
     42if not exist sqlite-3.6.21 (
    4343  rd /s/q sqlite-source-3.3.4
    44   svn export http://svn.python.org/projects/external/sqlite-3.5.9
     44  svn export http://svn.python.org/projects/external/sqlite-3.6.21
    4545)
Note: See TracChangeset for help on using the changeset viewer.