[pypy-commit] buildbot default: Add this info into that README file.

arigo noreply at buildbot.pypy.org
Wed Aug 3 15:53:39 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r553:9ab5781bf546
Date: 2011-08-03 15:53 +0200
http://bitbucket.org/pypy/buildbot/changeset/9ab5781bf546/

Log:	Add this info into that README file.

diff --git a/README b/README
--- a/README
+++ b/README
@@ -31,3 +31,16 @@
 
 Then, to start the buildbot master: ``cd master; make start``
 
+
+To restart the buildmaster
+===========================
+
+$ cd pypy-buildbot
+$ hg pull -u
+$ cd master
+$ buildbot checkconfig
+$ make reconfig
+
+OR
+$ make stop
+$ make start


More information about the pypy-commit mailing list