Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(710)

Unified Diff: milo/job_source/buildbot/build.go

Issue 2949783002: [milo] appengine/* -> * (Closed)
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « milo/frontend/templates/pages/settings.html ('k') | milo/job_source/buildbot/build_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/job_source/buildbot/build.go
diff --git a/milo/appengine/job_source/buildbot/build.go b/milo/job_source/buildbot/build.go
similarity index 99%
rename from milo/appengine/job_source/buildbot/build.go
rename to milo/job_source/buildbot/build.go
index 54114572ca70699e6a686ade491f72cd3945301d..5d29650074e76662a0eac3fb62e8b7f5172e686d 100644
--- a/milo/appengine/job_source/buildbot/build.go
+++ b/milo/job_source/buildbot/build.go
@@ -23,7 +23,7 @@ import (
"github.com/luci/luci-go/common/data/stringset"
"github.com/luci/luci-go/common/logging"
"github.com/luci/luci-go/milo/api/resp"
- "github.com/luci/luci-go/milo/appengine/common/model"
+ "github.com/luci/luci-go/milo/common/model"
)
var errBuildNotFound = errors.New("Build not found")
« no previous file with comments | « milo/frontend/templates/pages/settings.html ('k') | milo/job_source/buildbot/build_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698