perkeep/misc/buildbot
mpl b49c8b94de buildbot: switch to Go 1.5
Change-Id: I1b97aa44157064a64baec8f2d3f22376c9438d21
2015-08-21 19:27:52 +02:00
..
builder buildbot: switch to Go 1.5 2015-08-21 19:27:52 +02:00
master buildbot: switch to Go 1.5 2015-08-21 19:27:52 +02: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