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

Unified Diff: skolo/raspberry-pi/startup-script.sh

Issue 1930143002: Make swarming bootstrap at boot, not login (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 4 years, 8 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
Index: skolo/raspberry-pi/startup-script.sh
diff --git a/skolo/raspberry-pi/startup-script.sh b/skolo/raspberry-pi/startup-script.sh
deleted file mode 100644
index 3fe5b31e647711ec3cb647d513f7fbae45500b59..0000000000000000000000000000000000000000
--- a/skolo/raspberry-pi/startup-script.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# Hack to get swarming access to /b
-sudo chmod 777 /b
-
-if [ ! -d "/b/swarm_slave" ]; then
- cd /b
- echo "Bootstrapping swarming, expect a reboot"
- python -c "import urllib; exec urllib.urlopen('https://chromium-swarm.appspot.com/bootstrap').read()"
-else
- echo "Starting swarming"
- /usr/bin/python /b/swarm_slave/swarming_bot.zip start_bot &
-fi

Powered by Google App Engine
This is Rietveld 408576698