Index: ct/go/master_scripts/build_chromium/main.go |
diff --git a/ct/go/master_scripts/build_chromium/main.go b/ct/go/master_scripts/build_chromium/main.go |
index 48e484f663c6bfb9e80703d5bc26fa77a925e33d..c10108008ede9496877876d69d30cae72853b620 100644 |
--- a/ct/go/master_scripts/build_chromium/main.go |
+++ b/ct/go/master_scripts/build_chromium/main.go |
@@ -90,7 +90,7 @@ func main() { |
return |
} |
- if _, _, err := util.CreateChromiumBuild("", *targetPlatform, *chromiumHash, *skiaHash, *applyPatches); err != nil { |
+ if _, _, err := util.CreateChromiumBuild("", *targetPlatform, *chromiumHash, *skiaHash, *applyPatches, false); err != nil { |
dogben
2016/05/18 14:29:37
Seems like this always would want to upload just a
rmistry
2016/05/19 11:21:00
The (applyPatches && !uploadSingleBuild) was confu
dogben
2016/05/19 14:09:08
Oh, I see. I was confused, but the new code is les
|
glog.Errorf("Error while creating the Chromium build: %s", err) |
return |
} |