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

Unified Diff: .sitescripts.example

Issue 5182947690807296: Centralize stats processing, have the stats server pull in logs (Closed)
Patch Set: Fixed comment and processing of non-Unicode keys Created Dec. 26, 2013, 2:09 p.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 | « no previous file | sitescripts/stats/bin/datamerger.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .sitescripts.example
===================================================================
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -92,21 +92,20 @@ geckoUpdateManifest=extensions/template/
chromeUpdateManifest=extensions/template/updates.xml
safariUpdateManifest=extensions/template/updates.plist
androidUpdateManifest=extensions/template/androidupdates.xml
nightlyIndexPage=extensions/template/nightlies.html
[stats]
geoip_db=%(root)s/data/GeoIP.dat
geoipv6_db=%(root)s/data/GeoIPv6.dat
-tempFile=%(root)s/tmp/stats.json
-mirror_foo=subscription ssh://stats@foo.example.com/
-mirror_bar=subscription ssh://stats@bar.example.com/
-mirror_bas=download ssh://stats@bas.example.com/
+mirror_foo=subscription ssh://stats@foo.example.com/access_log.subscriptions.1.gz
+mirror_bar=subscription ssh://stats@bar.example.com/access_log.subscriptions.1.gz
+mirror_bas=download ssh://stats@bas.example.com/access_log.downloads.1.gz
baseURL_subscription=https://easylist-downloads.adblockplus.org/
baseURL_download=https://download.adblockplus.org/
dataDirectory=%(root)s/data/stats
outputDirectory=%(root)s/www/stats
mainPageTemplate=stats/template/main.html
fileOverviewTemplate=stats/template/fileOverview.html
« no previous file with comments | « no previous file | sitescripts/stats/bin/datamerger.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld