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

Delta Between Two Patch Sets: .sitescripts.example

Issue 5723465818570752: Issue 520 - Generate PAD files for download portals when updating download links (Closed)
Left Patch Set: Added missing license info Created May 27, 2014, 12:04 p.m.
Right Patch Set: Addressed comments Created June 4, 2014, 4:35 p.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/extensions/android.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 [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 26 matching lines...) Expand all
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 44
45 [extensions] 45 [extensions]
46 abp_repository=%(root)s/hg/adblockplus 46 abp_repository=%(root)s/hg/adblockplus
47 abp_name=Adblock Plus 47 abp_name=Adblock Plus for Mozilla Firefox
48 abp_galleryID=adblock-plus 48 abp_galleryID=adblock-plus
49 abp_pad=true 49 abp_pad=true
50 abpchrome_repository=%(root)s/hg/adblockpluschrome 50 abpchrome_repository=%(root)s/hg/adblockpluschrome
51 abpchrome_type=chrome 51 abpchrome_type=chrome
52 abpchrome_name=Adblock Plus for Google Chrome 52 abpchrome_name=Adblock Plus for Google Chrome
53 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb 53 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb
54 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn 54 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn
55 abpchrome_key=%(root)s/data/adblockpluschrome.pem 55 abpchrome_key=%(root)s/data/adblockpluschrome.pem
56 abpchrome_clientID=...apps.googleusercontent.com 56 abpchrome_clientID=...apps.googleusercontent.com
57 abpchrome_clientSecret=secret 57 abpchrome_clientSecret=secret
(...skipping 17 matching lines...) Expand all
75 abpandroid_pad=true 75 abpandroid_pad=true
76 ehh_repository=%(root)s/hg/elemhidehelper 76 ehh_repository=%(root)s/hg/elemhidehelper
77 ehh_name=Element Hiding Helper 77 ehh_name=Element Hiding Helper
78 ehh_galleryID=elemhidehelper 78 ehh_galleryID=elemhidehelper
79 watcher_repository=%(root)s/hg/abpwatcher 79 watcher_repository=%(root)s/hg/abpwatcher
80 watcher_name=Diagnostics 80 watcher_name=Diagnostics
81 watcher_downloadPage=/en/abpwatcher 81 watcher_downloadPage=/en/abpwatcher
82 deobfuscator_repository=%(root)s/hg/jsdeobfuscator 82 deobfuscator_repository=%(root)s/hg/jsdeobfuscator
83 deobfuscator_name=JavaScript Deobfuscator 83 deobfuscator_name=JavaScript Deobfuscator
84 deobfuscator_galleryID=javascript-deobfuscator 84 deobfuscator_galleryID=javascript-deobfuscator
85 urlfixer_repository=%(root)s/hg/urlfixer
86 urlfixer_name=URL fixer
87 urlfixer_galleryID=url-fixer
88 urlfixer_pad=true
85 buildRepository=%(root)s/hg/buildtools 89 buildRepository=%(root)s/hg/buildtools
86 jsdocRepository=%(root)s/hg/jsdoc-toolkit 90 jsdocRepository=%(root)s/hg/jsdoc-toolkit
87 nightliesData=%(root)s/data/nightlies 91 nightliesData=%(root)s/data/nightlies
88 nightliesDirectory=%(root)s/www/devbuilds 92 nightliesDirectory=%(root)s/www/devbuilds
89 nightliesURL=https://adblockplus.org/devbuilds/ 93 nightliesURL=https://adblockplus.org/devbuilds/
90 downloadsRepo=%(root)s/hg/downloads 94 downloadsRepo=%(root)s/hg/downloads
91 downloadsURL=https://downloads.adblockplus.org/ 95 downloadsURL=https://downloads.adblockplus.org/
92 downloadLinksFile=%(root)s/tmp/downloadLinks.ini 96 downloadLinksFile=%(root)s/tmp/downloadLinks.ini
93 geckoUpdateManifestPath=%(root)s/www/update.rdf 97 geckoUpdateManifestPath=%(root)s/www/update.rdf
94 androidUpdateManifestPath=%(root)s/www/androidupdates.xml 98 androidUpdateManifestPath=%(root)s/www/androidupdates.xml
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 template=formmail/template/eyeo.mail 144 template=formmail/template/eyeo.mail
141 145
142 [externalFiles] 146 [externalFiles]
143 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1 147 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1
144 example_targetrepository=%(root)s/hg/adblockpluschrome 148 example_targetrepository=%(root)s/hg/adblockpluschrome
145 example_targetfile=third-party/publicSuffixList.txt 149 example_targetfile=third-party/publicSuffixList.txt
146 150
147 [notifications] 151 [notifications]
148 repository=%(root)s/hg/notifications 152 repository=%(root)s/hg/notifications
149 output=%(root)s/www/notification.json 153 output=%(root)s/www/notification.json
LEFTRIGHT

Powered by Google App Engine
This is Rietveld