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

Unified Diff: .sitescripts.example

Issue 9806015: Create an update manifest for Android releases as well, not just for Gecko-based extensions (Closed)
Patch Set: Created March 14, 2013, 10 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 | « .hgsubstate ('k') | sitescripts/extensions/bin/updateDownloadLinks.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
@@ -57,16 +57,20 @@ abpchrome_repository=%(root)s/hg/adblock
abpchrome_type=chrome
abpchrome_name=Adblock Plus for Google Chrome
abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb
abpchrome_key=%(root)s/data/adblockpluschrome.pem
abpkmeleon_repository=%(root)s/hg/adblockpluskmeleon
abpkmeleon_type=kmeleon
abpkmeleon_name=Adblock Plus for K-Meleon
abpkmeleon_downloadPage=/en/kmeleon
+abpandroid_repository=%(root)s/hg/adblockplusandroid
+abpandroid_type=android
+abpandroid_name=Adblock Plus for Android
+abpandroid_downloadPage=/en/android
ehh_repository=%(root)s/hg/elemhidehelper
ehh_name=Element Hiding Helper
ehh_galleryID=elemhidehelper
watcher_repository=%(root)s/hg/abpwatcher
watcher_name=Diagnostics
watcher_downloadPage=/en/abpwatcher
deobfuscator_repository=%(root)s/hg/jsdeobfuscator
deobfuscator_name=JavaScript Deobfuscator
@@ -75,23 +79,25 @@ buildRepository=%(root)s/hg/buildtools
jsdocRepository=%(root)s/hg/jsdoc-toolkit
nightliesData=%(root)s/data/nightlies
nightliesDirectory=%(root)s/www/devbuilds
nightliesURL=https://adblockplus.org/devbuilds/
downloadsDirectory=%(root)s/www/downloads
downloadsURL=https://adblockplus.org/downloads/
downloadLinksFile=%(root)s/tmp/downloadLinks.ini
geckoUpdateManifestPath=%(root)s/www/update.rdf
+androidUpdateManifestPath=%(root)s/www/androidupdates.xml
docsDirectory=%(root)s/www/jsdoc
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
chromeUpdateManifest=extensions/template/updates.xml
+androidUpdateManifest=extensions/template/androidupdates.xml
nightlyIndexPage=extensions/template/nightlies.html
[tasks]
database=db
dbuser=user
dbpassword=password
dbtable=tasks
mainPageTemplate=tasks/template/mainPage.html
« no previous file with comments | « .hgsubstate ('k') | sitescripts/extensions/bin/updateDownloadLinks.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld