Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/statsmaster/templates/process_logs_item.erb

Issue 5667089633247232: Issue 479 - Make AWStats produce daily reports as well (Closed)
Patch Set: Created June 24, 2014, 6:08 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/statsmaster/templates/process_logs_head.erb ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/statsmaster/templates/process_logs_item.erb
===================================================================
--- a/modules/statsmaster/templates/process_logs_item.erb
+++ b/modules/statsmaster/templates/process_logs_item.erb
@@ -1,6 +1,2 @@
-subprocess.check_output([
- '/usr/lib/cgi-bin/awstats.pl',
- '-configdir=/var/www/awstatsconf',
- '-config=<%= title %>',
- '-update'
-])
+process_logs('<%= title %>', 'month')
+process_logs('<%= title %>', 'day')
« no previous file with comments | « modules/statsmaster/templates/process_logs_head.erb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld