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

Unified Diff: modules/updateserver/files/sitescripts

Issue 29366857: Issue 4705 - Adjust update server configuration for new Gecko update manifest format (Closed) Base URL: https://hg.adblockplus.org/infrastructure
Patch Set: Created Dec. 5, 2016, 12:42 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/updateserver/files/sitescripts
===================================================================
--- a/modules/updateserver/files/sitescripts
+++ b/modules/updateserver/files/sitescripts
@@ -18,16 +18,16 @@ diagnostics_repository=%(sitescripts_var
diagnostics_galleryID=diagnostics-for-adblock-plus
customization_repository=%(sitescripts_var_root)s/abpcustomization
customization_galleryID=abpcustomization
urlfixer_repository=%(sitescripts_var_root)s/urlfixer
urlfixer_galleryID=url-fixer
downloadsRepo=%(sitescripts_var_root)s/downloads
downloadsURL=https://downloads.adblockplus.org/
web_root=/var/www/update
-geckoUpdateManifestPath=%(web_root)s/gecko/update.rdf
-geckoUpdateManifest=extensions/template/update.rdf
+geckoUpdateManifestPath=%(web_root)s/gecko/updates.json
+geckoUpdateManifest=extensions/template/updates.json
safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist
safariUpdateManifest=extensions/template/updates.plist
androidUpdateManifestPath=%(web_root)s/adblockplusandroid/updates.xml
androidUpdateManifest=extensions/template/androidupdates.xml
androidNewUpdateManifestPath=%(web_root)s/adblockplusandroid/update.json
ieUpdateManifestPath=%(web_root)s/adblockplusie/update.json
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld