Author: David Schneider <[email protected]>
Branch: buildbot-update
Changeset: r848:db29eedae873
Date: 2013-09-03 11:50 +0200
http://bitbucket.org/pypy/buildbot/changeset/db29eedae873/
Log: update docs
diff --git a/README b/README
--- a/README
+++ b/README
@@ -1,7 +1,6 @@
.. -*- mode: rst -*-
-Everything has been tested with builbot 0.7.12. Not sure what happens with
-other versions :-)
+Everything has been tested with builbot 0.8.8.
How to hack the PyPy buildbot
==============================
@@ -24,12 +23,12 @@
If you want to run buildbot in production, you need to make sure that the
function ``pypybuildbot.util.we_are_debugging`` returns ``False`` in your
environment. At the moment of writing, debugging is enabled everywhere but on
-wyvern.
+cobra.
You still need to fill ``master/slaveinfo.py`` with the passwords of the
various slaves you want to use.
-Then, to start the buildbot master: ``cd master; make start``
+Then, to start the buildbot master: ``buildbot start <path-to
pypy-buildbot/master>``
To restart the buildmaster
@@ -43,13 +42,13 @@
$ buildbot checkconfig
-$ make reconfig
+$ buildbot reconfig
OR
-$ make stop
+$ buildbot stop
-$ make start
+$ buildbot start
To run a buildslave
===================
diff --git a/bot2/pypybuildbot/util.py b/bot2/pypybuildbot/util.py
--- a/bot2/pypybuildbot/util.py
+++ b/bot2/pypybuildbot/util.py
@@ -2,7 +2,7 @@
import socket
def we_are_debugging():
- return socket.gethostname() not in ("wyvern", "cobra")
+ return socket.gethostname() != 'cobra'
def load(name):
mod = __import__(name, {}, {}, ['__all__'])
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit