From: Amaury Forgeot d'Arc Date: Sat, 14 Jun 2008 07:40:32 +0000 (+0000) Subject: Use the correct URL for sqlite3 sources, and try to fix windows buildbots. X-Git-Tag: v2.6b1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c06f5a45c3d2dbf92f1aaf6ec8ff6ff380597f62;p=python Use the correct URL for sqlite3 sources, and try to fix windows buildbots. --- diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat index 80316be229..edcc82d74d 100644 --- a/Tools/buildbot/external-common.bat +++ b/Tools/buildbot/external-common.bat @@ -15,7 +15,7 @@ cd .. @rem if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1 @rem if exist db-4.4.20 rd /s/q db-4.4.20 @rem if exist openssl-0.9.8g rd /s/q openssl-0.9.8g -@rem if exist sqlite-source-3.5.9 rd /s/q sqlite-source-3.5.9 +@rem if exist sqlite-3.5.9 rd /s/q sqlite-3.5.9 @rem bzip if not exist bzip2-1.0.5 ( @@ -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 @rem sqlite3 -if not exist sqlite-source-3.5.9 ( +if not exist sqlite-3.5.9 ( rd /s/q sqlite-source-3.3.4 - svn export http://svn.python.org/projects/external/sqlite-source-3.5.9 + svn export http://svn.python.org/projects/external/sqlite-3.5.9 )