[Python-Dev] Fixing 2.5 windows buildbots (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Thu Aug 17 19:03:05 CEST 2006
- Previous message: [Python-Dev] [Python-checkins] TRUNK IS UNFROZEN, available for 2.6 work if you are so inclined
- Next message: [Python-Dev] Fixing 2.5 windows buildbots
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'd like to fix the two build failures that the Windows buildbots show for the 2.5 trunk. I'm not quite sure what the OpenSSL failure is, yet, but the sqlite error should be fixable with the patch below. Ok to work on this?
Martin
Index: Tools/buildbot/external.bat
--- Tools/buildbot/external.bat (Revision 51339) +++ Tools/buildbot/external.bat (Arbeitskopie) @@ -28,6 +28,7 @@ cd tk8.4.12\win nmake -f makefile.vc TCLDIR=....\tcl8.4.12 nmake -f makefile.vc TCLDIR=....\tcl8.4.12 INSTALLDIR=....\tcltk install
- cd .... )
@rem sqlite
- Previous message: [Python-Dev] [Python-checkins] TRUNK IS UNFROZEN, available for 2.6 work if you are so inclined
- Next message: [Python-Dev] Fixing 2.5 windows buildbots
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]