]> granicus.if.org Git - python/commitdiff
Use the correct URL for sqlite3 sources, and try to fix windows buildbots.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 14 Jun 2008 07:40:32 +0000 (07:40 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 14 Jun 2008 07:40:32 +0000 (07:40 +0000)
Tools/buildbot/external-common.bat

index 80316be2295e556ea91e84a87845c632654a0250..edcc82d74d2663621b9d07119dd2536600ef9889 100644 (file)
@@ -15,7 +15,7 @@ cd ..
 @rem if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1\r
 @rem if exist db-4.4.20 rd /s/q db-4.4.20\r
 @rem if exist openssl-0.9.8g rd /s/q openssl-0.9.8g\r
-@rem if exist sqlite-source-3.5.9 rd /s/q sqlite-source-3.5.9    \r
+@rem if exist sqlite-3.5.9 rd /s/q sqlite-3.5.9    \r
 \r
 @rem bzip\r
 if not exist bzip2-1.0.5 (\r
@@ -37,7 +37,7 @@ if not exist tcl-8.5.2.1 (
 if not exist tk-8.5.2.0 svn export http://svn.python.org/projects/external/tk-8.5.2.0\r
 \r
 @rem sqlite3\r
-if not exist sqlite-source-3.5.9 (\r
+if not exist sqlite-3.5.9 (\r
   rd /s/q sqlite-source-3.3.4\r
-  svn export http://svn.python.org/projects/external/sqlite-source-3.5.9\r
+  svn export http://svn.python.org/projects/external/sqlite-3.5.9\r
 )\r