Author: David Schneider <[email protected]>
Branch: 
Changeset: r788:820ec55d214f
Date: 2013-04-18 14:38 +0200
http://bitbucket.org/pypy/buildbot/changeset/820ec55d214f/

Log:    update the buildslave information a bit

diff --git a/README_BUILDSLAVE b/README_BUILDSLAVE
--- a/README_BUILDSLAVE
+++ b/README_BUILDSLAVE
@@ -5,9 +5,9 @@
 pip install buildbot_buildslave
 
 The next step is to create a buildslave configuration file. Based on version
-0.7.12 of buildbot you need to execute the following command.
+0.8.7 of buildbot you need to execute the following command.
 
-buildbot create-slave  BASEDIR MASTERHOST:PORT SLAVENAME PASSWORD
+buildslave create-slave  BASEDIR MASTERHOST:PORT SLAVENAME PASSWORD
 
 For PyPy the MASTERHOST currently is ``buildbot.pypy.org``. The
 value for PORT is ``10407``.
@@ -28,13 +28,10 @@
 To run the buildslave execute 
 =============================
 
-First you will need to copy the file Makefile.sample to Makefile and
-update it as necessary.
-
 To start the buildslave just run
 
-    make start
+    buildslave start BASEDIR
 
 and to stop it run
 
-    make stop
+    buildslave stop BASEDIR
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to