Sha256: aa84921c8f60970c428a96964316957f7dd63ba349460502c3026ebfa9b7be97

Contents?: true

Size: 614 Bytes

Versions: 11

Compression:

Stored size: 614 Bytes

Contents

<%
  @read_cmd = 'crontab -l'
  @write_cmd = 'crontab -'
%>

PATH=/sbin:/usr/sbin:/usr/local/sbin:<%= rubber_env.ruby_prefix %>/bin:/usr/local/bin:/usr/bin:/bin
MAILTO=<%= rubber_env.admin_email %>
# don't need to set RUBBER_ENV for each script since we set it for all cron here
RUBBER_ENV=<%= RUBBER_ENV %>
RAILS_ENV=<%= RUBBER_ENV %>
RUBYOPT=rubygems

# Roll all rails logs at midnight
0 0 * * * LOG_DIR=<%= RUBBER_ROOT %>/log <%= RUBBER_ROOT %>/script/cron-rake rubber:rotate_logs

# Automatically set the clock for all machines
<%= rand(60) %> 4 * * * <%= RUBBER_ROOT %>/script/cron-sh -- ntpdate pool.ntp.org

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
axtro-rubber-1.2.3 generators/vulcanize/templates/base/config/rubber/common/crontab
axtro-rubber-1.2.2 generators/vulcanize/templates/base/config/rubber/common/crontab
rubber-1.3.2 generators/vulcanize/templates/base/config/rubber/common/crontab
rubber-1.3.1 generators/vulcanize/templates/base/config/rubber/common/crontab
rubber-1.3.0 generators/vulcanize/templates/base/config/rubber/common/crontab
rubber-1.2.1 generators/vulcanize/templates/base/config/rubber/common/crontab
axtro-rubber-1.2.1 generators/vulcanize/templates/base/config/rubber/common/crontab
axtro-rubber-1.2.0 generators/vulcanize/templates/base/config/rubber/common/crontab
rubber-1.2.0 generators/vulcanize/templates/base/config/rubber/common/crontab
nirvdrum-rubber-1.1.7 generators/vulcanize/templates/base/config/rubber/common/crontab
rubber-1.1.7 generators/vulcanize/templates/base/config/rubber/common/crontab