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

Unified Diff: perf/server/perf.go

Issue 335183002: Fixing install and OAuth (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: rebase Created 6 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 | « perf/server/data.go ('k') | perf/server/setup/continue_install » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/server/perf.go
diff --git a/perf/server/perf.go b/perf/server/perf.go
index 3a30ba4201ab07db1771cd5eb20fe31cd6f28bf6..e5ec8d0c33ffbba092410aeaeff0e58e05e2ac00 100644
--- a/perf/server/perf.go
+++ b/perf/server/perf.go
@@ -35,7 +35,7 @@ var (
// flags
var (
port = flag.String("port", ":8000", "HTTP service address (e.g., ':8000')")
- doOauth = flag.Bool("oauth", true, "Run through the OAuth 2.0 flow on startup.")
+ doOauth = flag.Bool("oauth", true, "Run through the OAuth 2.0 flow on startup, otherwise use a GCE service account.")
gitRepoDir = flag.String("git_repo_dir", "../../../skia", "Directory location for the Skia repo.")
)
« no previous file with comments | « perf/server/data.go ('k') | perf/server/setup/continue_install » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698