Sha256: 93eac26ec778aa1c4278acaa95e0e880266136aedb19c23f9a83ddb3b39a793d
Contents?: true
Size: 597 Bytes
Versions: 1
Compression:
Stored size: 597 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 %> # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubber-1.1.6 | generators/vulcanize/templates/base/config/rubber/common/crontab |