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

Delta Between Two Patch Sets: .sitescripts.example

Issue 29630555: Issue 6141, 6140 - Adapt to new build.py interface (Closed) Base URL: https://hg.adblockplus.org/sitescripts/file/6287fd6aa256
Left Patch Set: Created Dec. 5, 2017, 5:09 a.m.
Right Patch Set: NO CHANGE rebase against current master Created Dec. 5, 2017, 12:34 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
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
(no file at all)
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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 combined_content_blocker_path=%(root)s/content_blocker_lists/easylist+exceptionr ules_content_blocker.json 208 combined_content_blocker_path=%(root)s/content_blocker_lists/easylist+exceptionr ules_content_blocker.json
209 combined_content_blocker_expires=4 days 209 combined_content_blocker_expires=4 days
210 210
211 [docs] 211 [docs]
212 temp_directory=%(root)s/docs-tmp 212 temp_directory=%(root)s/docs-tmp
213 adblockplus_repository=%(root)s/hg/adblockplus 213 adblockplus_repository=%(root)s/hg/adblockplus
214 adblockplus_target_directory=%(root)s/www/jsdoc/adblockplus 214 adblockplus_target_directory=%(root)s/www/jsdoc/adblockplus
215 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 215 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
216 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 216 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
217 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 217 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
218 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 218 adblockpluschrome_command=./build.py docs {output_dir} >/dev/null 2>&1
219 adblockpluscore_repository=%(root)s/hg/adblockpluscore 219 adblockpluscore_repository=%(root)s/hg/adblockpluscore
220 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 220 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
221 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 221 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
222 libadblockplus_repository=%(root)s/hg/libadblockplus 222 libadblockplus_repository=%(root)s/hg/libadblockplus
223 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 223 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
224 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} 224 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld