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

guido at codespeak.net guido at codespeak.net
Mon Jan 8 10:50:21 CET 2007


Author: guido
Date: Mon Jan  8 10:50:13 2007
New Revision: 36226

Modified:
   pypy/dist/pypy/tool/build/config.py
Log:
Updated config values for codespeak.net.


Modified: pypy/dist/pypy/tool/build/config.py
==============================================================================
--- pypy/dist/pypy/tool/build/config.py	(original)
+++ pypy/dist/pypy/tool/build/config.py	Mon Jan  8 10:50:13 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'
 port = 12321
 testport = 32123
 path = [str(packageparent)]



More information about the Pypy-commit mailing list