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

Delta Between Two Patch Sets: .sitescripts.example

Issue 29366797: Issue 4697 - Add support for WebExtension-based Firefox development builds (Closed) Base URL: https://hg.adblockplus.org/sitescripts
Left Patch Set: Created Dec. 5, 2016, 8:38 a.m.
Right Patch Set: Updated tests and update manifest generation Created Dec. 5, 2016, 11:21 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/extensions/bin/createNightlies.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 hgroot=https://hg.adblockplus.org 3 hgroot=https://hg.adblockplus.org
4 mailer=/usr/sbin/sendmail 4 mailer=/usr/sbin/sendmail
5 mailerDebug=no 5 mailerDebug=no
6 secret=somerandomstringhere 6 secret=somerandomstringhere
7 7
8 [multiplexer] 8 [multiplexer]
9 sitescripts.subscriptions.web.fallback = 9 sitescripts.subscriptions.web.fallback =
10 sitescripts.crashes.web.submitCrash = 10 sitescripts.crashes.web.submitCrash =
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 watcher_name=Diagnostics 96 watcher_name=Diagnostics
97 watcher_downloadPage=/en/abpwatcher 97 watcher_downloadPage=/en/abpwatcher
98 spiderMonkeyBinary=%(root)s/data/jsshell/js 98 spiderMonkeyBinary=%(root)s/data/jsshell/js
99 nightliesData=%(root)s/data/nightlies 99 nightliesData=%(root)s/data/nightlies
100 nightliesDirectory=%(root)s/www/devbuilds 100 nightliesDirectory=%(root)s/www/devbuilds
101 nightliesURL=https://adblockplus.org/devbuilds/ 101 nightliesURL=https://adblockplus.org/devbuilds/
102 downloadsRepo=%(root)s/hg/downloads 102 downloadsRepo=%(root)s/hg/downloads
103 downloadsDirectory=%(root)s/www/downloads 103 downloadsDirectory=%(root)s/www/downloads
104 downloadsURL=https://downloads.adblockplus.org/ 104 downloadsURL=https://downloads.adblockplus.org/
105 downloadLinksFile=%(root)s/tmp/downloadLinks.ini 105 downloadLinksFile=%(root)s/tmp/downloadLinks.ini
106 geckoUpdateManifestPath=%(root)s/www/update.rdf 106 geckoUpdateManifestPath=%(root)s/www/updates.json
Wladimir Palant 2016/12/05 09:49:18 This configuration setting is no longer used.
107 androidUpdateManifestPath=%(root)s/www/androidupdates.xml 107 androidUpdateManifestPath=%(root)s/www/androidupdates.xml
108 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json 108 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json
109 safariUpdateManifestPath=%(root)s/www/updates.plist 109 safariUpdateManifestPath=%(root)s/www/updates.plist
110 ieUpdateManifestPath=%(root)s/www/ieupdate.json 110 ieUpdateManifestPath=%(root)s/www/ieupdate.json
111 errorTemplate=extensions/template/error.html 111 errorTemplate=extensions/template/error.html
112 languageCheckTemplate=extensions/template/languageCheckResult.html 112 languageCheckTemplate=extensions/template/languageCheckResult.html
113 languageFormTemplate=extensions/template/languageForm.html 113 languageFormTemplate=extensions/template/languageForm.html
114 changelogTemplate=extensions/template/changelog.html 114 changelogTemplate=extensions/template/changelog.html
115 geckoUpdateManifest=extensions/template/update.rdf 115 geckoUpdateManifest=extensions/template/updates.json
116 safariUpdateManifest=extensions/template/updates.plist 116 safariUpdateManifest=extensions/template/updates.plist
117 androidUpdateManifest=extensions/template/androidupdates.xml 117 androidUpdateManifest=extensions/template/androidupdates.xml
118 nightlyIndexPage=extensions/template/nightlies.html 118 nightlyIndexPage=extensions/template/nightlies.html
119 amo_key=user:543210:23 119 amo_key=user:543210:23
120 amo_secret=your-api-secret 120 amo_secret=your-api-secret
121 121
122 [stats] 122 [stats]
123 geoip_db=%(root)s/data/GeoIP.dat 123 geoip_db=%(root)s/data/GeoIP.dat
124 geoipv6_db=%(root)s/data/GeoIPv6.dat 124 geoipv6_db=%(root)s/data/GeoIPv6.dat
125 125
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 204 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
205 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 205 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
206 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 206 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
207 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 207 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1
208 adblockpluscore_repository=%(root)s/hg/adblockpluscore 208 adblockpluscore_repository=%(root)s/hg/adblockpluscore
209 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 209 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
210 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 210 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
211 libadblockplus_repository=%(root)s/hg/libadblockplus 211 libadblockplus_repository=%(root)s/hg/libadblockplus
212 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 212 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
213 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} 213 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld