perkeep/misc/buildbot
Paul Lindner 459c75410e all: more renaming of Camlistore to Perkeep
Change-Id: I118e3cbcf20d80afeffc84f001388c4556f21628
2018-01-30 03:02:56 -08:00
..
builder all: more renaming of Camlistore to Perkeep 2018-01-30 03:02:56 -08:00
master all: more renaming of Camlistore to Perkeep 2018-01-30 03:02:56 -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