mirror of https://github.com/perkeep/perkeep.git
buildbot README: link to setup script for hacking
Change-Id: Id583796ede48fad0e3000b3ab97551e889fa2c37
This commit is contained in:
parent
35ebb701cd
commit
a52585d7b0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue