perkeep/misc/buildbot
Paul Lindner c58e07942e all: lint fixes for "if block ends with a return statement"
Change-Id: I1c244f14995478860c19695695f287d541a7a39c
2017-12-13 11:31:25 -08:00
..
builder all: lint fixes for 'error strings should not be capitalized or end with punctuation or a newline' 2017-12-11 06:13:25 -08:00
master all: lint fixes for "if block ends with a return statement" 2017-12-13 11:31:25 -08:00
README buildbot: switch to Go 1.5 2015-08-21 19:27:52 +02:00

README

# before doing anything:

export GO15VENDOREXPERIMENT=1

Running:

mkdir ~/buildbot
cp master/master.go ~/buildbot/
cd ~/builbot
go build -o master master.go
./master -verbose -builderopts -verbose=true

Hacking:

mkdir ~/buildbot
cp master/master.go ~/buildbot/
cp builder/builder.go ~/buildbot/
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