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

Unified Diff: .sitescripts.example

Issue 29352919: Issue 4419 - Use proper API in order to upload devbuilds to AMO (Closed) Base URL: https://hg.adblockplus.org/sitescripts
Patch Set: Addressed another nit Created Sept. 13, 2016, 3:45 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/extensions/bin/createNightlies.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .sitescripts.example
===================================================================
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -105,18 +105,18 @@ ieUpdateManifestPath=%(root)s/www/ieupda
errorTemplate=extensions/template/error.html
languageCheckTemplate=extensions/template/languageCheckResult.html
languageFormTemplate=extensions/template/languageForm.html
changelogTemplate=extensions/template/changelog.html
geckoUpdateManifest=extensions/template/update.rdf
safariUpdateManifest=extensions/template/updates.plist
androidUpdateManifest=extensions/template/androidupdates.xml
nightlyIndexPage=extensions/template/nightlies.html
-amo_username=me@example.com
-amo_password=password1
+amo_key=user:543210:23
+amo_secret=your-api-secret
[stats]
geoip_db=%(root)s/data/GeoIP.dat
geoipv6_db=%(root)s/data/GeoIPv6.dat
mirror_foo=subscription ssh://stats@foo.example.com/access_log.subscriptions.1.gz
mirror_bar=subscription ssh://stats@bar.example.com/access_log.subscriptions.1.gz
mirror_bas=download ssh://stats@bas.example.com/access_log.downloads.1.gz
« 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