[gwt-contrib] Re: Gerrit presubmit changes

2013-10-23 Thread Thomas Broyer
You might want to add those instructions to the README file, for anyone willing to hack on them. (one issue with the current code, unless you fixed it recently, is that it'll post Verified+1 / Verified-1 for old patchsets, in the event that you posted a new patchset when the new one was being

Re: [gwt-contrib] Re: Gerrit presubmit changes

2013-10-23 Thread Matthew Dempsky
On Wed, Oct 23, 2013 at 1:25 AM, Thomas Broyer t.bro...@gmail.com wrote: You might want to add those instructions to the README file, for anyone willing to hack on them. https://gwt-review.googlesource.com/#/c/5080/ (one issue with the current code, unless you fixed it recently, is that

[gwt-contrib] Re: Gerrit presubmit changes

2013-10-22 Thread Matthew Dempsky
One more update: The presubmitter tools are now open source. They're written in Go and the source code is available at https://gwt.googlesource.com/buildglue/. You can easily download and build it using the go command: mkdir buildglue export GOPATH=$PWD/buildglue go get