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

Unified Diff: scripts/skiabot-master-start-on-boot.sh

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Address comment 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 | « scripts/run_on_slave_host.py ('k') | site_config/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/skiabot-master-start-on-boot.sh
diff --git a/scripts/skiabot-master-start-on-boot.sh b/scripts/skiabot-master-start-on-boot.sh
deleted file mode 100644
index cf00f3436b842a3c73523d12e19fa4fbdcbffa17..0000000000000000000000000000000000000000
--- a/scripts/skiabot-master-start-on-boot.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-while [ -z "$(df -v | grep sdb)" ]; do
- echo "/dev/sdb not yet attached..."
- sleep 1
-done
-if [ -z "$1" ]; then
- SKIA_REPO_DIR="skia-master"
-else
- SKIA_REPO_DIR="$1"
-fi
-export PATH="$PATH:/home/default/$SKIA_REPO_DIR/depot_tools"
-mkdir -p ~/$SKIA_REPO_DIR
-cd ~/$SKIA_REPO_DIR
-gclient config https://skia.googlesource.com/buildbot.git
-gclient sync --force
-cd buildbot
-python scripts/launch_master.py --loop
-} > ~/reboot.log 2>&1
« no previous file with comments | « scripts/run_on_slave_host.py ('k') | site_config/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698