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

Unified Diff: milo/build_source/swarming/build.go

Issue 2948143003: [milo] job_source -> build_source. (Closed)
Patch Set: fix tests 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/build_source/swarming/README.md ('k') | milo/build_source/swarming/buildLog.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/build_source/swarming/build.go
diff --git a/milo/job_source/swarming/build.go b/milo/build_source/swarming/build.go
similarity index 99%
rename from milo/job_source/swarming/build.go
rename to milo/build_source/swarming/build.go
index 7d42894644517f3cd24f25f25582cefe25b9f7f0..c4a7c9dbfc0cee041f498e764ef966e8a351e305 100644
--- a/milo/job_source/swarming/build.go
+++ b/milo/build_source/swarming/build.go
@@ -24,9 +24,9 @@ import (
"github.com/luci/luci-go/logdog/client/coordinator"
"github.com/luci/luci-go/logdog/common/types"
"github.com/luci/luci-go/milo/api/resp"
+ "github.com/luci/luci-go/milo/build_source/raw_presentation"
"github.com/luci/luci-go/milo/common"
"github.com/luci/luci-go/milo/common/model"
- "github.com/luci/luci-go/milo/job_source/raw_presentation"
"github.com/luci/luci-go/server/auth"
)
« no previous file with comments | « milo/build_source/swarming/README.md ('k') | milo/build_source/swarming/buildLog.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698