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

Unified Diff: configs/chromium/slave/crontab.in

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 | « configs/chromium/slave/config ('k') | configs/chromium/slave/info/admin » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: configs/chromium/slave/crontab.in
diff --git a/configs/chromium/slave/crontab.in b/configs/chromium/slave/crontab.in
deleted file mode 100644
index 4c8d16e8b9e92bbd849f59dd8d00e547fd8e6b24..0000000000000000000000000000000000000000
--- a/configs/chromium/slave/crontab.in
+++ /dev/null
@@ -1,18 +0,0 @@
-# Chromium crontab input file for restarting build slaves on reboot.
-# Feed this to crontab as follows:
-#
-# $ crontab -u $USER crontab.in
-#
-# Note that it's a good idea to specify the -u option when using
-# a role account, because crontab can get confused by su.
-#
-# Crontab will run the command with a hermetic environment with
-# $SHELL, $LOGNAME (also $USER if necessary) and $HOME set from
-# /etc/passwd, and $PATH set to "/usr/bin:/bin", so there's no
-# need to set environment variables.
-#
-# $MAILTO is used explicitly by cron for failure notification.
-
-MAILTO=chrome-build-alerts@google.com
-
-@reboot cd $HOME/b/slave && make start
« no previous file with comments | « configs/chromium/slave/config ('k') | configs/chromium/slave/info/admin » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698