[pypy-svn] r40476 - pypy/dist/pypy/tool/build

guido at codespeak.net guido at codespeak.net
Wed Mar 14 13:17:25 CET 2007


Author: guido
Date: Wed Mar 14 13:17:23 2007
New Revision: 40476

Modified:
   pypy/dist/pypy/tool/build/config.py
Log:
oops :( (thanks cf!)


Modified: pypy/dist/pypy/tool/build/config.py
==============================================================================
--- pypy/dist/pypy/tool/build/config.py	(original)
+++ pypy/dist/pypy/tool/build/config.py	Wed Mar 14 13:17:23 2007
@@ -3,7 +3,7 @@
 packageparent = py.magic.autopath().dirpath().dirpath().dirpath().dirpath()
 
 # general settings, used by both server and client
-server = 'localhost'
+server = 'codespeak.net'
 webserver = ''
 port = 12321
 testport = 32123



More information about the Pypy-commit mailing list