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

Delta Between Two Patch Sets: .sitescripts.example

Issue 29329537: Issue 3168 - Add a script for generating content blocker lists (Closed)
Left Patch Set: Keep the lists in memory, don't print anything to stdout, and more Created Nov. 13, 2015, 9:36 a.m.
Right Patch Set: Remove retcode variable, move return code check out of the with block Created Nov. 20, 2015, 7 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | sitescripts/content_blocker_lists/__init__.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 [multiplexer] 7 [multiplexer]
8 sitescripts.subscriptions.web.fallback = 8 sitescripts.subscriptions.web.fallback =
9 sitescripts.crashes.web.submitCrash = 9 sitescripts.crashes.web.submitCrash =
10 sitescripts.reports.web.submitReport = 10 sitescripts.reports.web.submitReport =
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 deobfuscator_galleryID=javascript-deobfuscator 105 deobfuscator_galleryID=javascript-deobfuscator
106 urlfixer_repository=%(root)s/hg/urlfixer 106 urlfixer_repository=%(root)s/hg/urlfixer
107 urlfixer_name=URL fixer 107 urlfixer_name=URL fixer
108 urlfixer_galleryID=url-fixer 108 urlfixer_galleryID=url-fixer
109 urlfixer_pad=true 109 urlfixer_pad=true
110 buildRepository=%(root)s/hg/buildtools 110 buildRepository=%(root)s/hg/buildtools
111 nightliesData=%(root)s/data/nightlies 111 nightliesData=%(root)s/data/nightlies
112 nightliesDirectory=%(root)s/www/devbuilds 112 nightliesDirectory=%(root)s/www/devbuilds
113 nightliesURL=https://adblockplus.org/devbuilds/ 113 nightliesURL=https://adblockplus.org/devbuilds/
114 downloadsRepo=%(root)s/hg/downloads 114 downloadsRepo=%(root)s/hg/downloads
115 downloadsDirectory=%(root)s/www/downloads
115 downloadsURL=https://downloads.adblockplus.org/ 116 downloadsURL=https://downloads.adblockplus.org/
116 downloadLinksFile=%(root)s/tmp/downloadLinks.ini 117 downloadLinksFile=%(root)s/tmp/downloadLinks.ini
117 geckoUpdateManifestPath=%(root)s/www/update.rdf 118 geckoUpdateManifestPath=%(root)s/www/update.rdf
118 androidUpdateManifestPath=%(root)s/www/androidupdates.xml 119 androidUpdateManifestPath=%(root)s/www/androidupdates.xml
119 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json 120 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json
120 safariUpdateManifestPath=%(root)s/www/updates.plist 121 safariUpdateManifestPath=%(root)s/www/updates.plist
121 ieUpdateManifestPath=%(root)s/www/ieupdate.json 122 ieUpdateManifestPath=%(root)s/www/ieupdate.json
122 docsDirectory=%(root)s/www/jsdoc 123 docsDirectory=%(root)s/www/jsdoc
123 padDirectory=%(root)s/www/pad 124 padDirectory=%(root)s/www/pad
124 padURL=https://adblockplus.org/pad/ 125 padURL=https://adblockplus.org/pad/
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 sitekeyFrameTemplate=%(root)s/testpages.adblockplus.org/templates/sitekey_frame. tmpl 194 sitekeyFrameTemplate=%(root)s/testpages.adblockplus.org/templates/sitekey_frame. tmpl
194 sitekeyPath=%(root)s/testpages.adblockplus.org/static/site.key 195 sitekeyPath=%(root)s/testpages.adblockplus.org/static/site.key
195 196
196 [content_blocker_lists] 197 [content_blocker_lists]
197 abp2blocklist_url=https://hg.adblockplus.org/abp2blocklist 198 abp2blocklist_url=https://hg.adblockplus.org/abp2blocklist
198 abp2blocklist_path=%(root)s/content_blocker_lists/abp2blocklist 199 abp2blocklist_path=%(root)s/content_blocker_lists/abp2blocklist
199 easylist_url=https://easylist-downloads.adblockplus.org/easylist_noadult.txt 200 easylist_url=https://easylist-downloads.adblockplus.org/easylist_noadult.txt
200 exceptionrules_url=https://easylist-downloads.adblockplus.org/exceptionrules.txt 201 exceptionrules_url=https://easylist-downloads.adblockplus.org/exceptionrules.txt
201 easylist_content_blocker_path=%(root)s/content_blocker_lists/easylist_content_bl ocker.json 202 easylist_content_blocker_path=%(root)s/content_blocker_lists/easylist_content_bl ocker.json
202 combined_content_blocker_path=%(root)s/content_blocker_lists/easylist+exceptionr ules_content_blocker.json 203 combined_content_blocker_path=%(root)s/content_blocker_lists/easylist+exceptionr ules_content_blocker.json
LEFTRIGHT

Powered by Google App Engine
This is Rietveld