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: Changed update manifest format Created Dec. 5, 2016, 9:47 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/updates.json
106 androidUpdateManifestPath=%(root)s/www/androidupdates.xml 107 androidUpdateManifestPath=%(root)s/www/androidupdates.xml
107 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json 108 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json
108 safariUpdateManifestPath=%(root)s/www/updates.plist 109 safariUpdateManifestPath=%(root)s/www/updates.plist
109 ieUpdateManifestPath=%(root)s/www/ieupdate.json 110 ieUpdateManifestPath=%(root)s/www/ieupdate.json
110 errorTemplate=extensions/template/error.html 111 errorTemplate=extensions/template/error.html
111 languageCheckTemplate=extensions/template/languageCheckResult.html 112 languageCheckTemplate=extensions/template/languageCheckResult.html
112 languageFormTemplate=extensions/template/languageForm.html 113 languageFormTemplate=extensions/template/languageForm.html
113 changelogTemplate=extensions/template/changelog.html 114 changelogTemplate=extensions/template/changelog.html
114 geckoUpdateManifest=extensions/template/updates.json 115 geckoUpdateManifest=extensions/template/updates.json
115 safariUpdateManifest=extensions/template/updates.plist 116 safariUpdateManifest=extensions/template/updates.plist
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 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
204 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 205 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
205 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 206 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
206 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
207 adblockpluscore_repository=%(root)s/hg/adblockpluscore 208 adblockpluscore_repository=%(root)s/hg/adblockpluscore
208 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 209 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
209 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 210 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
210 libadblockplus_repository=%(root)s/hg/libadblockplus 211 libadblockplus_repository=%(root)s/hg/libadblockplus
211 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 212 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
212 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