| Index: milo/appengine/buildbot/build.go
|
| diff --git a/milo/appengine/buildbot/build.go b/milo/appengine/buildbot/build.go
|
| index 5f0b92f19d184d867e89981ad33f97e4f5381581..ed31847f9b0355373e94b6e8264000ff3ab91ee2 100644
|
| --- a/milo/appengine/buildbot/build.go
|
| +++ b/milo/appengine/buildbot/build.go
|
| @@ -475,7 +475,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" {
|
|
|