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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « configs/chromium/slave/config ('k') | configs/chromium/slave/info/admin » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Chromium crontab input file for restarting build slaves on reboot.
2 # Feed this to crontab as follows:
3 #
4 # $ crontab -u $USER crontab.in
5 #
6 # Note that it's a good idea to specify the -u option when using
7 # a role account, because crontab can get confused by su.
8 #
9 # Crontab will run the command with a hermetic environment with
10 # $SHELL, $LOGNAME (also $USER if necessary) and $HOME set from
11 # /etc/passwd, and $PATH set to "/usr/bin:/bin", so there's no
12 # need to set environment variables.
13 #
14 # $MAILTO is used explicitly by cron for failure notification.
15
16 MAILTO=chrome-build-alerts@google.com
17
18 @reboot cd $HOME/b/slave && make start
OLDNEW
« 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