[pypy-svn] r58033 - pypy/build/doc

hpk at codespeak.net hpk at codespeak.net
Wed Sep 10 09:00:55 CEST 2008


Author: hpk
Date: Wed Sep 10 09:00:52 2008
New Revision: 58033

Added:
   pypy/build/doc/
   pypy/build/doc/ssh_config
Log:
new doc directory about build/test infrastructure
ssh_config file listing all pypy relevant hosts i know of 



Added: pypy/build/doc/ssh_config
==============================================================================
--- (empty file)
+++ pypy/build/doc/ssh_config	Wed Sep 10 09:00:52 2008
@@ -0,0 +1,20 @@
+Host bigdog2
+    Hostname 8.8.197.72
+
+Host snake
+    HostName snake.cs.uni-duesseldorf.de
+    User pypy
+
+Host wyvern 
+    HostName wyvern.cs.uni-duesseldorf.de
+    Port 922
+
+Host cobra
+    HostName cobra.cs.uni-duesseldorf.de
+    Port 922
+
+Host tuatara 
+    HostName tuatara.cs.uni-duesseldorf.de
+
+Host t20
+    Hostname t20.pypy.org



More information about the Pypy-commit mailing list