Update of /cvsroot/boost/boost/tools/buildbot/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5471

Modified Files:
        buildbot.py 
Log Message:
Fix open() to correctly call the forwarding _open_ function.

Index: buildbot.py
===================================================================
RCS file: /cvsroot/boost/boost/tools/buildbot/src/buildbot.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- buildbot.py 7 May 2007 23:42:20 -0000       1.2
+++ buildbot.py 10 May 2007 01:40:21 -0000      1.3
@@ -6,13 +6,22 @@
 #~ http://www.boost.org/LICENSE_1_0.txt)
 
 import sys
+import os
 import os.path
-import pprint
+import urllib
 
 from boost.patchwork import def_modules
 
 #~ The directory this file is in.
 root = os.path.abspath( os.path.dirname(__file__ ) )
+
+#~ Download current packages.
+#~ if not os.path.isdir(os.path.join(root,'_packages')):
+    #~ os.mkdir(os.path.join(root,'_packages'))
+#~ if not os.path.isdir(os.path.join(root,'_packages')):
+    #~ sys.exit('No _packages directory found.')
+#~ urllib.urlretrieve('',os.path.join(root,'_packages',''))
+#~ urllib.urlretrieve('',os.path.join(root,'_packages',''))
 
 #~ Bootstrap Boost package.
 #~ sys.path.insert(0,os.path.join(root,'_packages','boost-0.0.1.zip'))


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to