Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r583:1240452e8014
Date: 2011-08-24 11:39 +0200
http://bitbucket.org/pypy/buildbot/changeset/1240452e8014/

Log:    Use "nohup" to start twistd in the background. It is completely
        obscure, but it seems that otherwise, on Mac OS/X, the background
        process might not get access to the DNS any more (???????).

diff --git a/slave/Makefile b/slave/Makefile
--- a/slave/Makefile
+++ b/slave/Makefile
@@ -7,7 +7,7 @@
 # The 'reconfig' target will tell a buildmaster to reload its config file.
 
 start:
-       twistd --no_save -y buildbot.tac
+       nohup twistd --no_save -y buildbot.tac
 
 stop:
        kill `cat twistd.pid`
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to