]> Cypherpunks repositories - gostls13.git/commit
misc/dashboard/builder: various cleanups
authorDave Cheney <dave@cheney.net>
Thu, 21 Feb 2013 02:11:58 +0000 (13:11 +1100)
committerDave Cheney <dave@cheney.net>
Thu, 21 Feb 2013 02:11:58 +0000 (13:11 +1100)
commit4036d876eab44f83d71e668e666acc5cd3997373
tree41355a2dd661e9a33a86f7522deab14963d79cd9
parent8473b4487c26f85fa31088da739507d3b218dc29
misc/dashboard/builder: various cleanups

* allow commit watcher to be disabled, useful for small slow builders who will never be the first to notice a commit.
* builders always update their local master working copy before cloning a specific revision.
* refactor hg repo operations into a new type, Repo.

R=adg, shanemhansen, luitvd
CC=golang-dev
https://golang.org/cl/7326053
misc/dashboard/builder/main.go
misc/dashboard/builder/vcs.go [new file with mode: 0644]