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

Side by Side Diff: .sitescripts.example

Issue 29589674: Issue 5942 - don't create Gecko update manifests (Closed)
Patch Set: Removing further unused code Created Oct. 26, 2017, 10:35 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
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 subscriptions_repository=%(hgroot)s/adblockpluscore/ 108 subscriptions_repository=%(hgroot)s/adblockpluscore/
109 subscriptions_path=chrome/content/ui/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
119 androidUpdateManifestPath=%(root)s/www/androidupdates.xml 118 androidUpdateManifestPath=%(root)s/www/androidupdates.xml
120 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json 119 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json
121 safariUpdateManifestPath=%(root)s/www/updates.plist 120 safariUpdateManifestPath=%(root)s/www/updates.plist
122 ieUpdateManifestPath=%(root)s/www/ieupdate.json 121 ieUpdateManifestPath=%(root)s/www/ieupdate.json
123 errorTemplate=extensions/template/error.html 122 errorTemplate=extensions/template/error.html
124 languageCheckTemplate=extensions/template/languageCheckResult.html 123 languageCheckTemplate=extensions/template/languageCheckResult.html
125 languageFormTemplate=extensions/template/languageForm.html 124 languageFormTemplate=extensions/template/languageForm.html
126 changelogTemplate=extensions/template/changelog.html 125 changelogTemplate=extensions/template/changelog.html
127 geckoUpdateManifest=extensions/template/updates.json
128 safariUpdateManifest=extensions/template/updates.plist 126 safariUpdateManifest=extensions/template/updates.plist
129 androidUpdateManifest=extensions/template/androidupdates.xml 127 androidUpdateManifest=extensions/template/androidupdates.xml
130 nightlyIndexPage=extensions/template/nightlies.html 128 nightlyIndexPage=extensions/template/nightlies.html
131 amo_key=user:543210:23 129 amo_key=user:543210:23
132 amo_secret=your-api-secret 130 amo_secret=your-api-secret
133 131
134 [stats] 132 [stats]
135 geoip_db=%(root)s/data/GeoIP.dat 133 geoip_db=%(root)s/data/GeoIP.dat
136 geoipv6_db=%(root)s/data/GeoIPv6.dat 134 geoipv6_db=%(root)s/data/GeoIPv6.dat
137 135
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 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
218 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 216 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
219 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 217 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
220 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
221 adblockpluscore_repository=%(root)s/hg/adblockpluscore 219 adblockpluscore_repository=%(root)s/hg/adblockpluscore
222 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 220 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
223 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 221 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
224 libadblockplus_repository=%(root)s/hg/libadblockplus 222 libadblockplus_repository=%(root)s/hg/libadblockplus
225 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 223 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
226 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 | sitescripts/extensions/bin/createNightlies.py » ('j') | sitescripts/extensions/bin/createNightlies.py » ('J')

Powered by Google App Engine
This is Rietveld