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

fijal at codespeak.net fijal at codespeak.net
Thu Mar 25 16:41:51 CET 2010


Author: fijal
Date: Thu Mar 25 16:41:50 2010
New Revision: 72822

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
grumble grumble grumble. make reconfig does not do all I want it to, needs
restart, otherwise works


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



More information about the Pypy-commit mailing list