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

Side by Side Diff: .sitescripts.example

Issue 29589691: Issue 5757 - Update buildtools dependency, (re)move legacy extensions (Closed)
Patch Set: Created Oct. 26, 2017, 10:50 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | dependencies » ('j') | ensure_dependencies.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 abpedge_clientID=7ca39d8a-41a2-4837-a0e5-7cb040b7123d 82 abpedge_clientID=7ca39d8a-41a2-4837-a0e5-7cb040b7123d
83 abpedge_clientSecret=secret 83 abpedge_clientSecret=secret
84 abpedge_tenantID=4c2cb972-8f5e-41c2-bac7-ee035d2c549c 84 abpedge_tenantID=4c2cb972-8f5e-41c2-bac7-ee035d2c549c
85 abpedge_refreshToken=AQABAAAAAA... 85 abpedge_refreshToken=AQABAAAAAA...
86 abpsafari_repository=%(hgroot)s/adblockpluschrome/ 86 abpsafari_repository=%(hgroot)s/adblockpluschrome/
87 abpsafari_revision=safari 87 abpsafari_revision=safari
88 abpsafari_type=safari 88 abpsafari_type=safari
89 abpsafari_name=Adblock Plus for Safari 89 abpsafari_name=Adblock Plus for Safari
90 abpsafari_key=%(root)s/files/adblockplussafari.pem 90 abpsafari_key=%(root)s/files/adblockplussafari.pem
91 abpfirefox_repository=%(hgroot)s/adblockpluschrome/ 91 abpfirefox_repository=%(hgroot)s/adblockpluschrome/
92 abpfirefox_type=gecko-webext 92 abpfirefox_type=gecko
93 abpfirefox_name=Adblock Plus for Mozilla Firefox 93 abpfirefox_name=Adblock Plus for Mozilla Firefox
94 abpfirefox_downloadPage=/firefox 94 abpfirefox_downloadPage=/firefox
95 abpandroid_repository=%(hgroot)s/adblockplusandroid 95 abpandroid_repository=%(hgroot)s/adblockplusandroid
96 abpandroid_type=android 96 abpandroid_type=android
97 abpandroid_name=Adblock Plus for Android 97 abpandroid_name=Adblock Plus for Android
98 abpandroid_downloadPage=/en/android 98 abpandroid_downloadPage=/en/android
99 abpie_repository=%(hgroot)s/adblockplusie 99 abpie_repository=%(hgroot)s/adblockplusie
100 abpie_type=ie 100 abpie_type=ie
101 abpie_name=Adblock Plus for Internet Explorer 101 abpie_name=Adblock Plus for Internet Explorer
102 ehh_repository=%(hgroot)s/elemhidehelper 102 ehh_repository=%(hgroot)s/elemhidehelper
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 -t chrome 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}
OLDNEW
« no previous file with comments | « no previous file | dependencies » ('j') | ensure_dependencies.py » ('J')

Powered by Google App Engine
This is Rietveld