]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/templates/default/statistics.erb
Move the daily statistics to be served from planet.openstreetmap.org
[chef.git] / cookbooks / web / templates / default / statistics.erb
index 4fc94857ecfd3987240454c2c57f736185aeb152..db1fd40edbdf4488266ea3badef3ba8b659c2220 100644 (file)
@@ -7,10 +7,10 @@ set -e
 export PATH=$PATH:/usr/local/bin
 
 # Generate new statistics
-<%= @ruby %> <%= @directory %>/script/statistics > <%= @directory %>/tmp/data_stats.html
+<%= @ruby %> -W0 <%= @directory %>/script/statistics > <%= @directory %>/tmp/data_stats.html
 
 # Move new statistics into place
-mv -f <%= @directory %>/tmp/data_stats.html /store/rails/stats
+rsync --quiet <%= @directory %>/tmp/data_stats.html planet.openstreetmap.org::statistics
 
 # Mail statistics to Blackadder
 mail -s "OpenStreetMap Statistics" blackadderajr@gmail.com < /store/rails/stats/data_stats.html