[Python-checkins] r61625 - python/trunk/Tools/buildbot/external-common.bat
thomas.heller
python-checkins at python.org
Wed Mar 19 17:10:57 CET 2008
Author: thomas.heller
Date: Wed Mar 19 17:10:57 2008
New Revision: 61625
Modified:
python/trunk/Tools/buildbot/external-common.bat
Log:
Checkout sqlite-source when it is not there.
Modified: python/trunk/Tools/buildbot/external-common.bat
==============================================================================
--- python/trunk/Tools/buildbot/external-common.bat (original)
+++ python/trunk/Tools/buildbot/external-common.bat Wed Mar 19 17:10:57 2008
@@ -29,3 +29,5 @@
if not exist tcl-8.4.18.2 svn export http://svn.python.org/projects/external/tcl-8.4.18.2
if not exist tk-8.4.18.1 svn export http://svn.python.org/projects/external/tk-8.4.18.1
+ at rem sqlite3
+if not exist sqlite-source-3.3.4 svn export http://svn.python.org/projects/external/sqlite-source-3.3.4
More information about the Python-checkins
mailing list