diff --git a/dashboard/builder/main.go b/dashboard/builder/main.go index 4759db4bb76..9b79c8821fd 100644 --- a/dashboard/builder/main.go +++ b/dashboard/builder/main.go @@ -492,7 +492,8 @@ func commitWatcher(goroot *Repo) { for _, pkg := range dashboardPackages("subrepo") { pkgmaster, err := vcs.RepoRootForImportPath(pkg, *verbose) if err != nil { - log.Fatalf("Error finding subrepo (%s): %s", pkg, err) + log.Printf("Error finding subrepo (%s): %s", pkg, err) + continue } pkgroot := &Repo{ Path: filepath.Join(*buildroot, pkg),