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

Unified 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.
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
@@ -73,16 +73,20 @@ abpchrome_key=%(root)s/data/adblockplusc
abpchrome_clientID=...apps.googleusercontent.com
abpchrome_clientSecret=secret
abpchrome_refreshToken=1/rwn...
abpsafari_repository=%(hgroot)s/adblockpluschrome/
abpsafari_revision=safari
abpsafari_type=safari
abpsafari_name=Adblock Plus for Safari
abpsafari_key=%(root)s/files/adblockplussafari.pem
+abpfirefox_repository=%(hgroot)s/adblockpluschrome/
+abpfirefox_type=gecko-webext
+abpfirefox_name=Adblock Plus for Mozilla Firefox
+abpfirefox_downloadPage=/firefox
abpandroid_repository=%(hgroot)s/adblockplusandroid
abpandroid_type=android
abpandroid_name=Adblock Plus for Android
abpandroid_downloadPage=/en/android
abpie_repository=%(hgroot)s/adblockplusie
abpie_type=ie
abpie_name=Adblock Plus for Internet Explorer
ehh_repository=%(hgroot)s/elemhidehelper
@@ -94,26 +98,26 @@ watcher_downloadPage=/en/abpwatcher
spiderMonkeyBinary=%(root)s/data/jsshell/js
nightliesData=%(root)s/data/nightlies
nightliesDirectory=%(root)s/www/devbuilds
nightliesURL=https://adblockplus.org/devbuilds/
downloadsRepo=%(root)s/hg/downloads
downloadsDirectory=%(root)s/www/downloads
downloadsURL=https://downloads.adblockplus.org/
downloadLinksFile=%(root)s/tmp/downloadLinks.ini
-geckoUpdateManifestPath=%(root)s/www/update.rdf
+geckoUpdateManifestPath=%(root)s/www/updates.json
androidUpdateManifestPath=%(root)s/www/androidupdates.xml
androidNewUpdateManifestPath=%(root)s/www/androidupdate.json
safariUpdateManifestPath=%(root)s/www/updates.plist
ieUpdateManifestPath=%(root)s/www/ieupdate.json
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
+geckoUpdateManifest=extensions/template/updates.json
safariUpdateManifest=extensions/template/updates.plist
androidUpdateManifest=extensions/template/androidupdates.xml
nightlyIndexPage=extensions/template/nightlies.html
amo_key=user:543210:23
amo_secret=your-api-secret
[stats]
geoip_db=%(root)s/data/GeoIP.dat
« 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