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

Side by Side Diff: .sitescripts.example

Issue 29366797: Issue 4697 - Add support for WebExtension-based Firefox development builds (Closed) Base URL: https://hg.adblockplus.org/sitescripts
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:
View unified diff | Download patch
« no previous file with comments | « no previous file | sitescripts/extensions/bin/createNightlies.py » ('j') | no next file with comments »
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn 71 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn
72 abpchrome_key=%(root)s/data/adblockpluschrome.pem 72 abpchrome_key=%(root)s/data/adblockpluschrome.pem
73 abpchrome_clientID=...apps.googleusercontent.com 73 abpchrome_clientID=...apps.googleusercontent.com
74 abpchrome_clientSecret=secret 74 abpchrome_clientSecret=secret
75 abpchrome_refreshToken=1/rwn... 75 abpchrome_refreshToken=1/rwn...
76 abpsafari_repository=%(hgroot)s/adblockpluschrome/ 76 abpsafari_repository=%(hgroot)s/adblockpluschrome/
77 abpsafari_revision=safari 77 abpsafari_revision=safari
78 abpsafari_type=safari 78 abpsafari_type=safari
79 abpsafari_name=Adblock Plus for Safari 79 abpsafari_name=Adblock Plus for Safari
80 abpsafari_key=%(root)s/files/adblockplussafari.pem 80 abpsafari_key=%(root)s/files/adblockplussafari.pem
81 abpfirefox_repository=%(hgroot)s/adblockpluschrome/
82 abpfirefox_type=gecko-webext
83 abpfirefox_name=Adblock Plus for Mozilla Firefox
84 abpfirefox_downloadPage=/firefox
81 abpandroid_repository=%(hgroot)s/adblockplusandroid 85 abpandroid_repository=%(hgroot)s/adblockplusandroid
82 abpandroid_type=android 86 abpandroid_type=android
83 abpandroid_name=Adblock Plus for Android 87 abpandroid_name=Adblock Plus for Android
84 abpandroid_downloadPage=/en/android 88 abpandroid_downloadPage=/en/android
85 abpie_repository=%(hgroot)s/adblockplusie 89 abpie_repository=%(hgroot)s/adblockplusie
86 abpie_type=ie 90 abpie_type=ie
87 abpie_name=Adblock Plus for Internet Explorer 91 abpie_name=Adblock Plus for Internet Explorer
88 ehh_repository=%(hgroot)s/elemhidehelper 92 ehh_repository=%(hgroot)s/elemhidehelper
89 ehh_name=Element Hiding Helper 93 ehh_name=Element Hiding Helper
90 ehh_galleryID=elemhidehelper 94 ehh_galleryID=elemhidehelper
91 watcher_repository=%(hgroot)s/abpwatcher 95 watcher_repository=%(hgroot)s/abpwatcher
92 watcher_name=Diagnostics 96 watcher_name=Diagnostics
93 watcher_downloadPage=/en/abpwatcher 97 watcher_downloadPage=/en/abpwatcher
94 spiderMonkeyBinary=%(root)s/data/jsshell/js 98 spiderMonkeyBinary=%(root)s/data/jsshell/js
95 nightliesData=%(root)s/data/nightlies 99 nightliesData=%(root)s/data/nightlies
96 nightliesDirectory=%(root)s/www/devbuilds 100 nightliesDirectory=%(root)s/www/devbuilds
97 nightliesURL=https://adblockplus.org/devbuilds/ 101 nightliesURL=https://adblockplus.org/devbuilds/
98 downloadsRepo=%(root)s/hg/downloads 102 downloadsRepo=%(root)s/hg/downloads
99 downloadsDirectory=%(root)s/www/downloads 103 downloadsDirectory=%(root)s/www/downloads
100 downloadsURL=https://downloads.adblockplus.org/ 104 downloadsURL=https://downloads.adblockplus.org/
101 downloadLinksFile=%(root)s/tmp/downloadLinks.ini 105 downloadLinksFile=%(root)s/tmp/downloadLinks.ini
102 geckoUpdateManifestPath=%(root)s/www/update.rdf 106 geckoUpdateManifestPath=%(root)s/www/updates.json
103 androidUpdateManifestPath=%(root)s/www/androidupdates.xml 107 androidUpdateManifestPath=%(root)s/www/androidupdates.xml
104 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json 108 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json
105 safariUpdateManifestPath=%(root)s/www/updates.plist 109 safariUpdateManifestPath=%(root)s/www/updates.plist
106 ieUpdateManifestPath=%(root)s/www/ieupdate.json 110 ieUpdateManifestPath=%(root)s/www/ieupdate.json
107 errorTemplate=extensions/template/error.html 111 errorTemplate=extensions/template/error.html
108 languageCheckTemplate=extensions/template/languageCheckResult.html 112 languageCheckTemplate=extensions/template/languageCheckResult.html
109 languageFormTemplate=extensions/template/languageForm.html 113 languageFormTemplate=extensions/template/languageForm.html
110 changelogTemplate=extensions/template/changelog.html 114 changelogTemplate=extensions/template/changelog.html
111 geckoUpdateManifest=extensions/template/update.rdf 115 geckoUpdateManifest=extensions/template/updates.json
112 safariUpdateManifest=extensions/template/updates.plist 116 safariUpdateManifest=extensions/template/updates.plist
113 androidUpdateManifest=extensions/template/androidupdates.xml 117 androidUpdateManifest=extensions/template/androidupdates.xml
114 nightlyIndexPage=extensions/template/nightlies.html 118 nightlyIndexPage=extensions/template/nightlies.html
115 amo_key=user:543210:23 119 amo_key=user:543210:23
116 amo_secret=your-api-secret 120 amo_secret=your-api-secret
117 121
118 [stats] 122 [stats]
119 geoip_db=%(root)s/data/GeoIP.dat 123 geoip_db=%(root)s/data/GeoIP.dat
120 geoipv6_db=%(root)s/data/GeoIPv6.dat 124 geoipv6_db=%(root)s/data/GeoIPv6.dat
121 125
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 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
201 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 205 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
202 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 206 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
203 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
204 adblockpluscore_repository=%(root)s/hg/adblockpluscore 208 adblockpluscore_repository=%(root)s/hg/adblockpluscore
205 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 209 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
206 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 210 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
207 libadblockplus_repository=%(root)s/hg/libadblockplus 211 libadblockplus_repository=%(root)s/hg/libadblockplus
208 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 212 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
209 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}
OLDNEW
« no previous file with comments | « no previous file | sitescripts/extensions/bin/createNightlies.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld