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

Side by Side Diff: .sitescripts.example

Issue 29337957: Issue 3759 - Removed PAD generation code (Closed)
Patch Set: Created March 8, 2016, 4:31 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 mailer=/usr/sbin/sendmail 3 mailer=/usr/sbin/sendmail
4 mailerDebug=no 4 mailerDebug=no
5 secret=somerandomstringhere 5 secret=somerandomstringhere
6 6
7 [multiplexer] 7 [multiplexer]
8 sitescripts.subscriptions.web.fallback = 8 sitescripts.subscriptions.web.fallback =
9 sitescripts.crashes.web.submitCrash = 9 sitescripts.crashes.web.submitCrash =
10 sitescripts.reports.web.submitReport = 10 sitescripts.reports.web.submitReport =
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 dbprefix= 57 dbprefix=
58 58
59 [logs] 59 [logs]
60 dataPath=%(root)s/logs 60 dataPath=%(root)s/logs
61 fileName=log.%%i.gz 61 fileName=log.%%i.gz
62 62
63 [extensions] 63 [extensions]
64 abp_repository=%(root)s/hg/adblockplus 64 abp_repository=%(root)s/hg/adblockplus
65 abp_name=Adblock Plus for Mozilla Firefox 65 abp_name=Adblock Plus for Mozilla Firefox
66 abp_galleryID=adblock-plus 66 abp_galleryID=adblock-plus
67 abp_pad=true
68 abpchrome_repository=%(root)s/hg/adblockpluschrome 67 abpchrome_repository=%(root)s/hg/adblockpluschrome
69 abpchrome_type=chrome 68 abpchrome_type=chrome
70 abpchrome_name=Adblock Plus for Google Chrome 69 abpchrome_name=Adblock Plus for Google Chrome
71 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb 70 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb
72 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn 71 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn
73 abpchrome_key=%(root)s/data/adblockpluschrome.pem 72 abpchrome_key=%(root)s/data/adblockpluschrome.pem
74 abpchrome_clientID=...apps.googleusercontent.com 73 abpchrome_clientID=...apps.googleusercontent.com
75 abpchrome_clientSecret=secret 74 abpchrome_clientSecret=secret
76 abpchrome_refreshToken=1/rwn... 75 abpchrome_refreshToken=1/rwn...
77 abpchrome_pad=true
78 abpopera_repository=%(root)s/hg/adblockpluschrome 76 abpopera_repository=%(root)s/hg/adblockpluschrome
79 abpopera_type=opera 77 abpopera_type=opera
80 abpopera_name=Adblock Plus for Opera 78 abpopera_name=Adblock Plus for Opera
81 abpopera_galleryID=opera-adblock 79 abpopera_galleryID=opera-adblock
82 abpopera_key=%(root)s/data/adblockpluschrome.pem 80 abpopera_key=%(root)s/data/adblockpluschrome.pem
83 abpopera_pad=true
84 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/ 81 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/
85 abpsafari_type=safari 82 abpsafari_type=safari
86 abpsafari_name=Adblock Plus for Safari 83 abpsafari_name=Adblock Plus for Safari
87 abpsafari_key=%(root)s/files/adblockplussafari.pem 84 abpsafari_key=%(root)s/files/adblockplussafari.pem
88 abpsafari_pad=true
89 abpandroid_repository=%(root)s/hg/adblockplusandroid 85 abpandroid_repository=%(root)s/hg/adblockplusandroid
90 abpandroid_type=android 86 abpandroid_type=android
91 abpandroid_name=Adblock Plus for Android 87 abpandroid_name=Adblock Plus for Android
92 abpandroid_downloadPage=/en/android 88 abpandroid_downloadPage=/en/android
93 abpandroid_pad=true
94 abpie_repository=%(root)s/hg/adblockplusie 89 abpie_repository=%(root)s/hg/adblockplusie
95 abpie_type=ie 90 abpie_type=ie
96 abpie_name=Adblock Plus for Internet Explorer 91 abpie_name=Adblock Plus for Internet Explorer
97 ehh_repository=%(root)s/hg/elemhidehelper 92 ehh_repository=%(root)s/hg/elemhidehelper
98 ehh_name=Element Hiding Helper 93 ehh_name=Element Hiding Helper
99 ehh_galleryID=elemhidehelper 94 ehh_galleryID=elemhidehelper
100 watcher_repository=%(root)s/hg/abpwatcher 95 watcher_repository=%(root)s/hg/abpwatcher
101 watcher_name=Diagnostics 96 watcher_name=Diagnostics
102 watcher_downloadPage=/en/abpwatcher 97 watcher_downloadPage=/en/abpwatcher
103 deobfuscator_repository=%(root)s/hg/jsdeobfuscator 98 deobfuscator_repository=%(root)s/hg/jsdeobfuscator
104 deobfuscator_name=JavaScript Deobfuscator 99 deobfuscator_name=JavaScript Deobfuscator
105 deobfuscator_galleryID=javascript-deobfuscator 100 deobfuscator_galleryID=javascript-deobfuscator
106 urlfixer_repository=%(root)s/hg/urlfixer 101 urlfixer_repository=%(root)s/hg/urlfixer
107 urlfixer_name=URL fixer 102 urlfixer_name=URL fixer
108 urlfixer_galleryID=url-fixer 103 urlfixer_galleryID=url-fixer
109 urlfixer_pad=true
110 buildRepository=%(root)s/hg/buildtools 104 buildRepository=%(root)s/hg/buildtools
111 nightliesData=%(root)s/data/nightlies 105 nightliesData=%(root)s/data/nightlies
112 nightliesDirectory=%(root)s/www/devbuilds 106 nightliesDirectory=%(root)s/www/devbuilds
113 nightliesURL=https://adblockplus.org/devbuilds/ 107 nightliesURL=https://adblockplus.org/devbuilds/
114 downloadsRepo=%(root)s/hg/downloads 108 downloadsRepo=%(root)s/hg/downloads
115 downloadsDirectory=%(root)s/www/downloads 109 downloadsDirectory=%(root)s/www/downloads
116 downloadsURL=https://downloads.adblockplus.org/ 110 downloadsURL=https://downloads.adblockplus.org/
117 downloadLinksFile=%(root)s/tmp/downloadLinks.ini 111 downloadLinksFile=%(root)s/tmp/downloadLinks.ini
118 geckoUpdateManifestPath=%(root)s/www/update.rdf 112 geckoUpdateManifestPath=%(root)s/www/update.rdf
119 androidUpdateManifestPath=%(root)s/www/androidupdates.xml 113 androidUpdateManifestPath=%(root)s/www/androidupdates.xml
120 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json 114 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json
121 safariUpdateManifestPath=%(root)s/www/updates.plist 115 safariUpdateManifestPath=%(root)s/www/updates.plist
122 ieUpdateManifestPath=%(root)s/www/ieupdate.json 116 ieUpdateManifestPath=%(root)s/www/ieupdate.json
123 padDirectory=%(root)s/www/pad
124 padURL=https://adblockplus.org/pad/
125 errorTemplate=extensions/template/error.html 117 errorTemplate=extensions/template/error.html
126 languageCheckTemplate=extensions/template/languageCheckResult.html 118 languageCheckTemplate=extensions/template/languageCheckResult.html
127 languageFormTemplate=extensions/template/languageForm.html 119 languageFormTemplate=extensions/template/languageForm.html
128 changelogTemplate=extensions/template/changelog.html 120 changelogTemplate=extensions/template/changelog.html
129 geckoUpdateManifest=extensions/template/update.rdf 121 geckoUpdateManifest=extensions/template/update.rdf
130 chromeUpdateManifest=extensions/template/updates.xml 122 chromeUpdateManifest=extensions/template/updates.xml
131 safariUpdateManifest=extensions/template/updates.plist 123 safariUpdateManifest=extensions/template/updates.plist
132 androidUpdateManifest=extensions/template/androidupdates.xml 124 androidUpdateManifest=extensions/template/androidupdates.xml
133 nightlyIndexPage=extensions/template/nightlies.html 125 nightlyIndexPage=extensions/template/nightlies.html
134 padTemplate=extensions/template/pad.xml
135 amo_username=me@example.com 126 amo_username=me@example.com
136 amo_password=password1 127 amo_password=password1
137 128
138 [stats] 129 [stats]
139 geoip_db=%(root)s/data/GeoIP.dat 130 geoip_db=%(root)s/data/GeoIP.dat
140 geoipv6_db=%(root)s/data/GeoIPv6.dat 131 geoipv6_db=%(root)s/data/GeoIPv6.dat
141 132
142 mirror_foo=subscription ssh://stats@foo.example.com/access_log.subscriptions.1.g z 133 mirror_foo=subscription ssh://stats@foo.example.com/access_log.subscriptions.1.g z
143 mirror_bar=subscription ssh://stats@bar.example.com/access_log.subscriptions.1.g z 134 mirror_bar=subscription ssh://stats@bar.example.com/access_log.subscriptions.1.g z
144 mirror_bas=download ssh://stats@bas.example.com/access_log.downloads.1.gz 135 mirror_bas=download ssh://stats@bas.example.com/access_log.downloads.1.gz
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 203 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
213 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 204 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
214 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 205 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
215 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 206 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1
216 adblockpluscore_repository=%(root)s/hg/adblockpluscore 207 adblockpluscore_repository=%(root)s/hg/adblockpluscore
217 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 208 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
218 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 209 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
219 libadblockplus_repository=%(root)s/hg/libadblockplus 210 libadblockplus_repository=%(root)s/hg/libadblockplus
220 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 211 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
221 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} 212 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
OLDNEW
« no previous file with comments | « no previous file | sitescripts/extensions/android.py » ('j') | sitescripts/extensions/bin/updateDownloadLinks.py » ('J')

Powered by Google App Engine
This is Rietveld