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

Unified Diff: build/build.py

Issue 2239093002: Roll infra/go/src/github.com/luci/luci-go/ 9380f91eb..ea3fb670b (22 commits). (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 4 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 | « build/README.md ('k') | build/packages/buildbucket.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/build.py
diff --git a/build/build.py b/build/build.py
index 23adf23dac4e630b1b70661392ea262a499e36d4..e544fa6650e46da8265feaf14747084cdec46a12 100755
--- a/build/build.py
+++ b/build/build.py
@@ -691,7 +691,7 @@ def build_cipd_client(go_workspace, out_dir):
# Build cipd client binary for the host platform.
run_go_build(
go_workspace,
- package='github.com/luci/luci-go/client/cmd/cipd',
+ package='github.com/luci/luci-go/cipd/client/cmd/cipd',
output=cipd_exe,
rebuild=True,
goos='',
« no previous file with comments | « build/README.md ('k') | build/packages/buildbucket.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698