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

Unified Diff: experimental/webtry/setup/webtry_setup.sh

Issue 644513003: webtry: Simply move sys/ directory into setup/. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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 | « experimental/webtry/setup/sys/webtry_squid ('k') | experimental/webtry/sys/webtry_init » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/setup/webtry_setup.sh
diff --git a/experimental/webtry/setup/webtry_setup.sh b/experimental/webtry/setup/webtry_setup.sh
index 896656fc48d21efb3731fbb6308021e6040c7c27..bcc33975f4c40af65fc45e96994482df56be2337 100755
--- a/experimental/webtry/setup/webtry_setup.sh
+++ b/experimental/webtry/setup/webtry_setup.sh
@@ -31,7 +31,7 @@ sudo chmod 777 /home/webtry/inout
sudo chmod 777 /home/webtry/cache
sudo chmod 777 /home/webtry/cache/src
-sudo cp ../sys/webtry_schroot /etc/schroot/chroot.d/webtry
+sudo cp sys/webtry_schroot /etc/schroot/chroot.d/webtry
CHROOT_JAIL=/srv/chroot/webtry_gyp
# Build the chroot environment.
@@ -68,9 +68,9 @@ sudo su - webtry -c /home/webtry/continue_install.sh
banner "Setting up system initialization scripts"
-sudo cp ../sys/webtry_init /etc/init.d/webtry
-sudo cp ../sys/webtry_monit /etc/monit/conf.d/webtry
-sudo cp ../sys/webtry_squid /etc/squid3/squid.conf
+sudo cp sys/webtry_init /etc/init.d/webtry
+sudo cp sys/webtry_monit /etc/monit/conf.d/webtry
+sudo cp sys/webtry_squid /etc/squid3/squid.conf
sudo chmod 744 /etc/init.d/webtry
# Confirm that monit is happy.
« no previous file with comments | « experimental/webtry/setup/sys/webtry_squid ('k') | experimental/webtry/sys/webtry_init » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698