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

Unified Diff: perf/server/setup/perf_setup.sh

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/setup/continue_install ('k') | perf/server/setup/sys/perf_init » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/server/setup/perf_setup.sh
diff --git a/perf/server/setup/perf_setup.sh b/perf/server/setup/perf_setup.sh
index 9ded2d49f726db49777efb120b84214f5a220027..6a9d04950758cf3e54bf9d3c40724dc2e67e6f7d 100755
--- a/perf/server/setup/perf_setup.sh
+++ b/perf/server/setup/perf_setup.sh
@@ -2,7 +2,7 @@
#
# Script to setup a GCE instance to run the perf server.
# For full instructions see the README file.
-sudo apt-get install monit squid3 gcc
+sudo apt-get install monit squid3 gcc mercurial
echo "Adding the perf user account"
sudo adduser perf
@@ -18,3 +18,4 @@ sudo cp sys/perf_squid /etc/squid3/squid.conf
sudo chmod 744 /etc/init.d/perf
# Confirm that monit is happy.
sudo monit -t
+sudo /etc/init.d/perf restart
« no previous file with comments | « perf/server/setup/continue_install ('k') | perf/server/setup/sys/perf_init » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698