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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [multiplexer] 1 [multiplexer]
2 sitescripts.extensions.web.downloads = 2 sitescripts.extensions.web.downloads =
3 3
4 [extensions] 4 [extensions]
5 sitescripts_var_root=/var/lib/sitescripts 5 sitescripts_var_root=/var/lib/sitescripts
6 adblockplusfirefox_repository=%(sitescripts_var_root)s/adblockplus 6 adblockplusfirefox_repository=%(sitescripts_var_root)s/adblockplus
7 adblockplusfirefox_galleryID=adblock-plus 7 adblockplusfirefox_galleryID=adblock-plus
8 adblockplussafari_repository=%(sitescripts_var_root)s/adblockpluschrome 8 adblockplussafari_repository=%(sitescripts_var_root)s/adblockpluschrome
9 adblockplussafari_type=safari 9 adblockplussafari_type=safari
10 adblockplussafari_key=%(sitescripts_var_root)s/adblockplussafari.pem 10 adblockplussafari_key=%(sitescripts_var_root)s/adblockplussafari.pem
11 adblockplusandroid_repository=%(sitescripts_var_root)s/adblockplusandroid 11 adblockplusandroid_repository=%(sitescripts_var_root)s/adblockplusandroid
12 adblockplusandroid_type=android 12 adblockplusandroid_type=android
13 adblockplusie_repository=%(sitescripts_var_root)s/adblockplusie 13 adblockplusie_repository=%(sitescripts_var_root)s/adblockplusie
14 adblockplusie_type=ie 14 adblockplusie_type=ie
15 elemhidehelper_repository=%(sitescripts_var_root)s/elemhidehelper 15 elemhidehelper_repository=%(sitescripts_var_root)s/elemhidehelper
16 elemhidehelper_galleryID=elemhidehelper 16 elemhidehelper_galleryID=elemhidehelper
17 diagnostics_repository=%(sitescripts_var_root)s/abpwatcher 17 diagnostics_repository=%(sitescripts_var_root)s/abpwatcher
18 diagnostics_galleryID=diagnostics-for-adblock-plus 18 diagnostics_galleryID=diagnostics-for-adblock-plus
19 customization_repository=%(sitescripts_var_root)s/abpcustomization 19 customization_repository=%(sitescripts_var_root)s/abpcustomization
20 customization_galleryID=abpcustomization 20 customization_galleryID=abpcustomization
21 urlfixer_repository=%(sitescripts_var_root)s/urlfixer 21 urlfixer_repository=%(sitescripts_var_root)s/urlfixer
22 urlfixer_galleryID=url-fixer 22 urlfixer_galleryID=url-fixer
23 downloadsRepo=%(sitescripts_var_root)s/downloads 23 downloadsRepo=%(sitescripts_var_root)s/downloads
24 downloadsURL=https://downloads.adblockplus.org/ 24 downloadsURL=https://downloads.adblockplus.org/
25 web_root=/var/www/update 25 web_root=/var/www/update
26 geckoUpdateManifestPath=%(web_root)s/gecko/update.rdf 26 geckoUpdateManifestPath=%(web_root)s/gecko/updates.json
27 geckoUpdateManifest=extensions/template/update.rdf 27 geckoUpdateManifest=extensions/template/updates.json
28 safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist 28 safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist
29 safariUpdateManifest=extensions/template/updates.plist 29 safariUpdateManifest=extensions/template/updates.plist
30 androidUpdateManifestPath=%(web_root)s/adblockplusandroid/updates.xml 30 androidUpdateManifestPath=%(web_root)s/adblockplusandroid/updates.xml
31 androidUpdateManifest=extensions/template/androidupdates.xml 31 androidUpdateManifest=extensions/template/androidupdates.xml
32 androidNewUpdateManifestPath=%(web_root)s/adblockplusandroid/update.json 32 androidNewUpdateManifestPath=%(web_root)s/adblockplusandroid/update.json
33 ieUpdateManifestPath=%(web_root)s/adblockplusie/update.json 33 ieUpdateManifestPath=%(web_root)s/adblockplusie/update.json
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld