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

Side by Side Diff: .sitescripts.example

Issue 29323474: Issue 2896 - Automate uploading of Firefox development builds to AMO (Closed)
Patch Set: Created Aug. 12, 2015, 11:45 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
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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 errorTemplate=extensions/template/error.html 123 errorTemplate=extensions/template/error.html
124 languageCheckTemplate=extensions/template/languageCheckResult.html 124 languageCheckTemplate=extensions/template/languageCheckResult.html
125 languageFormTemplate=extensions/template/languageForm.html 125 languageFormTemplate=extensions/template/languageForm.html
126 changelogTemplate=extensions/template/changelog.html 126 changelogTemplate=extensions/template/changelog.html
127 geckoUpdateManifest=extensions/template/update.rdf 127 geckoUpdateManifest=extensions/template/update.rdf
128 chromeUpdateManifest=extensions/template/updates.xml 128 chromeUpdateManifest=extensions/template/updates.xml
129 safariUpdateManifest=extensions/template/updates.plist 129 safariUpdateManifest=extensions/template/updates.plist
130 androidUpdateManifest=extensions/template/androidupdates.xml 130 androidUpdateManifest=extensions/template/androidupdates.xml
131 nightlyIndexPage=extensions/template/nightlies.html 131 nightlyIndexPage=extensions/template/nightlies.html
132 padTemplate=extensions/template/pad.xml 132 padTemplate=extensions/template/pad.xml
133 amo_username=me@example.com
134 amo_password=password1
133 135
134 [stats] 136 [stats]
135 geoip_db=%(root)s/data/GeoIP.dat 137 geoip_db=%(root)s/data/GeoIP.dat
136 geoipv6_db=%(root)s/data/GeoIPv6.dat 138 geoipv6_db=%(root)s/data/GeoIPv6.dat
137 139
138 mirror_foo=subscription ssh://stats@foo.example.com/access_log.subscriptions.1.g z 140 mirror_foo=subscription ssh://stats@foo.example.com/access_log.subscriptions.1.g z
139 mirror_bar=subscription ssh://stats@bar.example.com/access_log.subscriptions.1.g z 141 mirror_bar=subscription ssh://stats@bar.example.com/access_log.subscriptions.1.g z
140 mirror_bas=download ssh://stats@bas.example.com/access_log.downloads.1.gz 142 mirror_bas=download ssh://stats@bas.example.com/access_log.downloads.1.gz
141 143
142 baseURL_subscription=https://easylist-downloads.adblockplus.org/ 144 baseURL_subscription=https://easylist-downloads.adblockplus.org/
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 176
175 [filterhitstats] 177 [filterhitstats]
176 interval=3600 178 interval=3600
177 log_dir=/var/log/filterhits 179 log_dir=/var/log/filterhits
178 dbuser=user 180 dbuser=user
179 dbpassword=password 181 dbpassword=password
180 database=db 182 database=db
181 test_dbuser=test_user 183 test_dbuser=test_user
182 test_dbpassword=test_password 184 test_dbpassword=test_password
183 test_database=test_db 185 test_database=test_db
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