| Index: milo/appengine/buildbot/build.go
|
| diff --git a/milo/appengine/buildbot/build.go b/milo/appengine/buildbot/build.go
|
| index 07f48746057f51eeb24c87d0268bc6c6bc989a4f..9551965fe3623936ff8c170d43f89c013fd962d6 100644
|
| --- a/milo/appengine/buildbot/build.go
|
| +++ b/milo/appengine/buildbot/build.go
|
| @@ -480,7 +480,7 @@ func getDebugBuild(c context.Context, builder string, buildNum int) (*buildbotBu
|
| }
|
|
|
| // build fetches a buildbot build and translates it into a miloBuild.
|
| -func build(c context.Context, master, builder string, buildNum int) (*resp.MiloBuild, error) {
|
| +func Build(c context.Context, master, builder string, buildNum int) (*resp.MiloBuild, error) {
|
| var b *buildbotBuild
|
| var err error
|
| if master == "debug" {
|
|
|