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

Unified Diff: Tools/AutoSheriff/feeder_start.sh

Issue 398823008: WIP: Add auto-sheriff.appspot.com code to Blink Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Tools/AutoSheriff/feeder_start.sh
diff --git a/Tools/AutoSheriff/feeder_start.sh b/Tools/AutoSheriff/feeder_start.sh
new file mode 100755
index 0000000000000000000000000000000000000000..c3cfd2ec892199896ca12ed82a29a590861b2f65
--- /dev/null
+++ b/Tools/AutoSheriff/feeder_start.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+while :
+do
+ cd /src/build
+ git pull --rebase
+
+ cd /src/cycletimes/nannybot
+ git pull
+
+ ./feeder.py http://localhost:8080/data
+ sleep 1 # Allow time for second control-C
+done

Powered by Google App Engine
This is Rietveld 408576698