Author: Antonio Cuni <[email protected]>
Branch: 
Changeset: r507:fbfd6614447e
Date: 2011-05-09 17:50 +0200
http://bitbucket.org/pypy/buildbot/changeset/fbfd6614447e/

Log:    don't bind to a specific hostname

diff --git a/bitbucket_hook/run.py b/bitbucket_hook/run.py
--- a/bitbucket_hook/run.py
+++ b/bitbucket_hook/run.py
@@ -13,7 +13,8 @@
 
 
 if __name__ == '__main__':
-    HOST_NAME = 'wyvern.cs.uni-duesseldorf.de'
+    #HOST_NAME = 'wyvern.cs.uni-duesseldorf.de'
+    HOST_NAME = ''
     PORT_NUMBER = 9237
     main.app.run(
         host = HOST_NAME if 'deploy' in sys.argv else 'localhost',
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to