Author: David Schneider <[email protected]> Branch: Changeset: r653:61d1de1180d2 Date: 2012-07-17 03:39 -0700 http://bitbucket.org/pypy/buildbot/changeset/61d1de1180d2/
Log: update instructions diff --git a/README_BUILDSLAVE b/README_BUILDSLAVE --- a/README_BUILDSLAVE +++ b/README_BUILDSLAVE @@ -1,7 +1,7 @@ How to setup a buildslave for PyPy ================================== -First you will need to install the ``buildbot_buildslave`` package. +First you will need to install the ``buildbot-slave`` package. pip install buildbot_buildslave The next step is to create a buildslave configuration file. Based on version @@ -9,7 +9,7 @@ buildbot create-slave BASEDIR MASTERHOST:PORT SLAVENAME PASSWORD -For PyPy the MASTERHOST currently is ``wyvern.cs.uni-duesseldorf.de``. The +For PyPy the MASTERHOST currently is ``buildbot.pypy.org``. The value for PORT is ``10407``. SLAVENAME and PASSWORD can be freely chosen. These values need to be added to the slaveinfo.py configuration file on the MASTERHOST, ask in the IRC channel _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
