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

Unified Diff: .sitescripts.example

Issue 10669003: Link to remote downloads server rather than a local downloads directory (Closed)
Patch Set: Created May 22, 2013, 2:33 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/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
@@ -75,18 +75,18 @@ watcher_downloadPage=/en/abpwatcher
deobfuscator_repository=%(root)s/hg/jsdeobfuscator
deobfuscator_name=JavaScript Deobfuscator
deobfuscator_galleryID=javascript-deobfuscator
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/
+downloadsRepo=%(root)s/hg/downloads
+downloadsURL=https://downloads.adblockplus.org/
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
« no previous file with comments | « no previous file | sitescripts/extensions/bin/updateDownloadLinks.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld