[pypy-svn] r72821 - pypy/build/bot2/pypybuildbot

fijal at codespeak.net fijal at codespeak.net
Thu Mar 25 16:40:21 CET 2010


Author: fijal
Date: Thu Mar 25 16:40:20 2010
New Revision: 72821

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
another approach


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Thu Mar 25 16:40:20 2010
@@ -45,8 +45,8 @@
                                             'windows', 'mac',
                                             'benchmark-run',
                                             'other']))
-status.putChild('nightly', File(os.path.expanduser('~/nightly'),
-                                defaultType='application/octet-stream'))
+status.site.resource.putChild('nightly', File(os.path.expanduser('~/nightly'),
+                                       defaultType='application/octet-stream'))
 
 
 pypybuilds = load('pypybuildbot.builds')



More information about the Pypy-commit mailing list