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

Side by Side Diff: .sitescripts.example

Issue 11481051: Update stats processing (Closed)
Patch Set: Improved performance using memoization Created Aug. 29, 2013, 1:39 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | sitescripts/stats/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [DEFAULT] 1 [DEFAULT]
2 root=/server/root/path 2 root=/server/root/path
3 mailer=/usr/sbin/sendmail 3 mailer=/usr/sbin/sendmail
4 mailerDebug=no 4 mailerDebug=no
5 secret=somerandomstringhere 5 secret=somerandomstringhere
6 6
7 [subscriptions] 7 [subscriptions]
8 repository=%(root)s/hg/subscriptionlist 8 repository=%(root)s/hg/subscriptionlist
9 statusTemplate=subscriptions/template/status.html 9 statusTemplate=subscriptions/template/status.html
10 statusPage=%(root)s/www/subscriptionStatus.html 10 statusPage=%(root)s/www/subscriptionStatus.html
(...skipping 23 matching lines...) Expand all
34 showUserTemplate=reports/template/showUser.html 34 showUserTemplate=reports/template/showUser.html
35 pngOptimizerPath=/path/to/optipng -o2 -quiet -force 35 pngOptimizerPath=/path/to/optipng -o2 -quiet -force
36 database=db 36 database=db
37 dbuser=user 37 dbuser=user
38 dbpassword=password 38 dbpassword=password
39 dbprefix= 39 dbprefix=
40 40
41 [logs] 41 [logs]
42 dataPath=%(root)s/logs 42 dataPath=%(root)s/logs
43 fileName=log.%%i.gz 43 fileName=log.%%i.gz
44 geoip_db=%(root)s/data/GeoIP.dat
45 #subscriptionsSubdir=easylist
46 44
47 [extensions] 45 [extensions]
48 abp_repository=%(root)s/hg/adblockplus 46 abp_repository=%(root)s/hg/adblockplus
49 abp_name=Adblock Plus 47 abp_name=Adblock Plus
50 abp_galleryID=adblock-plus 48 abp_galleryID=adblock-plus
51 abpchrome_repository=%(root)s/hg/adblockpluschrome 49 abpchrome_repository=%(root)s/hg/adblockpluschrome
52 abpchrome_type=chrome 50 abpchrome_type=chrome
53 abpchrome_name=Adblock Plus for Google Chrome 51 abpchrome_name=Adblock Plus for Google Chrome
54 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb 52 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb
55 abpchrome_key=%(root)s/data/adblockpluschrome.pem 53 abpchrome_key=%(root)s/data/adblockpluschrome.pem
(...skipping 28 matching lines...) Expand all
84 docsDirectory=%(root)s/www/jsdoc 82 docsDirectory=%(root)s/www/jsdoc
85 errorTemplate=extensions/template/error.html 83 errorTemplate=extensions/template/error.html
86 languageCheckTemplate=extensions/template/languageCheckResult.html 84 languageCheckTemplate=extensions/template/languageCheckResult.html
87 languageFormTemplate=extensions/template/languageForm.html 85 languageFormTemplate=extensions/template/languageForm.html
88 changelogTemplate=extensions/template/changelog.html 86 changelogTemplate=extensions/template/changelog.html
89 geckoUpdateManifest=extensions/template/update.rdf 87 geckoUpdateManifest=extensions/template/update.rdf
90 chromeUpdateManifest=extensions/template/updates.xml 88 chromeUpdateManifest=extensions/template/updates.xml
91 androidUpdateManifest=extensions/template/androidupdates.xml 89 androidUpdateManifest=extensions/template/androidupdates.xml
92 nightlyIndexPage=extensions/template/nightlies.html 90 nightlyIndexPage=extensions/template/nightlies.html
93 91
94 [subscriptionStats] 92 [stats]
95 tempFile=%(root)s/tmp/subscriptionStats.ini 93 geoip_db=%(root)s/data/GeoIP.dat
94 geoipv6_db=%(root)s/data/GeoIPv6.dat
95 tempFile=%(root)s/tmp/stats.json
96
97 mirror_foo=subscription ssh://stats@foo.example.com/
98 mirror_bar=subscription ssh://stats@bar.example.com/
99 mirror_bas=download ssh://stats@bas.example.com/
100
101 baseURL_subscription=https://easylist-downloads.adblockplus.org/
102 baseURL_download=https://download.adblockplus.org/
103
104 dataDirectory=%(root)s/data/stats
105 outputDirectory=%(root)s/www/stats
106 mainPageTemplate=stats/template/main.html
107 fileOverviewTemplate=stats/template/fileOverview.html
108 filePageTemplate=stats/template/fileStats.html
96 109
97 [subscriptionDownloads] 110 [subscriptionDownloads]
98 easylist_repository=%(root)s/hg/easylist 111 easylist_repository=%(root)s/hg/easylist
99 easylistgermany_repository=%(root)s/hg/easylistgermany 112 easylistgermany_repository=%(root)s/hg/easylistgermany
100 malwaredomains_repository=%(root)s/hg/malwaredomains 113 malwaredomains_repository=%(root)s/hg/malwaredomains
101 outdir=%(root)s/data/easylist 114 outdir=%(root)s/data/easylist
102 cvsroot=:pserver:guest@mozdev.org:/cvs 115 cvsroot=:pserver:guest@mozdev.org:/cvs
103 cvsdir=adblockplus/www/easylist 116 cvsdir=adblockplus/www/easylist
104 117
105 [hg] 118 [hg]
106 auth_repository=%(root)s/hg/hgaccess 119 auth_repository=%(root)s/hg/hgaccess
107 auth_file=%(root)s/.ssh/.ssh/authorized_keys 120 auth_file=%(root)s/.ssh/.ssh/authorized_keys
108 121
109 [formmail] 122 [formmail]
110 template=formmail/template/eyeo.mail 123 template=formmail/template/eyeo.mail
111 124
112 [externalFiles] 125 [externalFiles]
113 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1 126 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1
114 example_targetrepository=%(root)s/hg/adblockpluschrome 127 example_targetrepository=%(root)s/hg/adblockpluschrome
115 example_targetfile=third-party/publicSuffixList.txt 128 example_targetfile=third-party/publicSuffixList.txt
116 129
117 [notifications] 130 [notifications]
118 repository=%(root)s/hg/notifications 131 repository=%(root)s/hg/notifications
119 output=%(root)s/www/notification.json 132 output=%(root)s/www/notification.json
OLDNEW
« no previous file with comments | « no previous file | sitescripts/stats/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld