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

Unified Diff: perf/server/setup/continue_install

Issue 390953003: Add a new log server that runs on port 8001. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: rebase Created 6 years, 5 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/Makefile ('k') | perf/server/setup/perf_setup.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/server/setup/continue_install
diff --git a/perf/server/setup/continue_install b/perf/server/setup/continue_install
index 77268ad1a44ad8127185904420f6d2bf784ec7ea..00c0c4a71802e1c2f648c2456671328ff8d5a589 100644
--- a/perf/server/setup/continue_install
+++ b/perf/server/setup/continue_install
@@ -29,6 +29,7 @@ else
git clone https://skia.googlesource.com/skia
fi
+mkdir=/tmp/glog
mkdir=$HOME/golib
export GOROOT=$HOME/go
export GOPATH=$HOME/golib
@@ -40,3 +41,4 @@ npm install
make
make tile
make ingest
+make logs
« no previous file with comments | « perf/server/Makefile ('k') | perf/server/setup/perf_setup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698