From a52585d7b0106ca315944fea9870a541e3b828d2 Mon Sep 17 00:00:00 2001 From: mpl Date: Thu, 19 Jun 2014 15:03:29 +0200 Subject: [PATCH] buildbot README: link to setup script for hacking Change-Id: Id583796ede48fad0e3000b3ab97551e889fa2c37 --- misc/buildbot/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/buildbot/README b/misc/buildbot/README index e762da42c..5289db6db 100644 --- a/misc/buildbot/README +++ b/misc/buildbot/README @@ -15,3 +15,7 @@ cd ~/builbot go build -o master master.go #hack on builder.go ./master -verbose -buildersrc ./builder.go -builderopts -verbose=true,-skipgo1build=true,-faketests=true + +Or, if you want the bot(s) to pull from a local repo (so you can trigger some test commits), here is a setup example script: +https://github.com/mpl/misc/blob/master/camlistore.org/misc/buildbot/prepbot +