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

Delta Between Two Patch Sets: .sitescripts.example

Issue 29420575: Issue 5171 - Fix automation to update subscriptions.xml (Closed) Base URL: https://hg.adblockplus.org/sitescripts/
Left Patch Set: Created April 24, 2017, 12:06 p.m.
Right Patch Set: Fixed example configuration Created April 24, 2017, 12:18 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/bin/updateRecommendations.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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
103 ehh_name=Element Hiding Helper 103 ehh_name=Element Hiding Helper
104 ehh_galleryID=elemhidehelper 104 ehh_galleryID=elemhidehelper
105 watcher_repository=%(hgroot)s/abpwatcher 105 watcher_repository=%(hgroot)s/abpwatcher
106 watcher_name=Diagnostics 106 watcher_name=Diagnostics
107 watcher_downloadPage=/en/abpwatcher 107 watcher_downloadPage=/en/abpwatcher
108 subscriptions_repository=%(hgroot)s/adblockplusui/ 108 subscriptions_repository=%(hgroot)s/adblockpluscore/
109 subscriptions_path=subscriptions.xml 109 subscriptions_path=chrome/content/ui/subscriptions.xml
110 spiderMonkeyBinary=%(root)s/data/jsshell/js 110 spiderMonkeyBinary=%(root)s/data/jsshell/js
111 nightliesData=%(root)s/data/nightlies 111 nightliesData=%(root)s/data/nightlies
112 nightliesDirectory=%(root)s/www/devbuilds 112 nightliesDirectory=%(root)s/www/devbuilds
113 nightliesURL=https://adblockplus.org/devbuilds/ 113 nightliesURL=https://adblockplus.org/devbuilds/
114 downloadsRepo=%(root)s/hg/downloads 114 downloadsRepo=%(root)s/hg/downloads
115 downloadsDirectory=%(root)s/www/downloads 115 downloadsDirectory=%(root)s/www/downloads
116 downloadsURL=https://downloads.adblockplus.org/ 116 downloadsURL=https://downloads.adblockplus.org/
117 downloadLinksFile=%(root)s/tmp/downloadLinks.ini 117 downloadLinksFile=%(root)s/tmp/downloadLinks.ini
118 geckoUpdateManifestPath=%(root)s/www/updates.json 118 geckoUpdateManifestPath=%(root)s/www/updates.json
119 androidUpdateManifestPath=%(root)s/www/androidupdates.xml 119 androidUpdateManifestPath=%(root)s/www/androidupdates.xml
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 217 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
218 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 218 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
219 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 219 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
220 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 220 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1
221 adblockpluscore_repository=%(root)s/hg/adblockpluscore 221 adblockpluscore_repository=%(root)s/hg/adblockpluscore
222 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 222 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
223 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 223 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
224 libadblockplus_repository=%(root)s/hg/libadblockplus 224 libadblockplus_repository=%(root)s/hg/libadblockplus
225 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 225 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
226 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} 226 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld