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

Side by Side Diff: modules/updateserver/files/sitescripts

Issue 6394253802471424: Issue 1374 - Don`t hardcode web handlers for multiplexer (Closed)
Patch Set: Created Sept. 15, 2014, 10:05 a.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 | « manifests/webserver.pp ('k') | modules/updateserver/manifests/init.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [multiplexer]
2 sitescripts.extensions.web.downloads =
3
1 [extensions] 4 [extensions]
2 sitescripts_var_root=/var/lib/sitescripts 5 sitescripts_var_root=/var/lib/sitescripts
3 adblockplusfirefox_repository=%(sitescripts_var_root)s/adblockplus 6 adblockplusfirefox_repository=%(sitescripts_var_root)s/adblockplus
4 adblockplusfirefox_galleryID=adblock-plus 7 adblockplusfirefox_galleryID=adblock-plus
5 adblockplussafari_repository=%(sitescripts_var_root)s/adblockpluschrome 8 adblockplussafari_repository=%(sitescripts_var_root)s/adblockpluschrome
6 adblockplussafari_type=safari 9 adblockplussafari_type=safari
7 adblockpluskey=%(sitescripts_var_root)s/adblockplussafari.pem 10 adblockpluskey=%(sitescripts_var_root)s/adblockplussafari.pem
8 adblockplusandroid_repository=%(sitescripts_var_root)s/adblockplusandroid 11 adblockplusandroid_repository=%(sitescripts_var_root)s/adblockplusandroid
9 adblockplusandroid_type=android 12 adblockplusandroid_type=android
10 adblockplusie_repository=%(sitescripts_var_root)s/adblockplusie 13 adblockplusie_repository=%(sitescripts_var_root)s/adblockplusie
11 adblockplusie_type=ie 14 adblockplusie_type=ie
12 elemhidehelper_repository=%(sitescripts_var_root)s/elemhidehelper 15 elemhidehelper_repository=%(sitescripts_var_root)s/elemhidehelper
13 elemhidehelper_galleryID=elemhidehelper 16 elemhidehelper_galleryID=elemhidehelper
14 diagnostics_repository=%(sitescripts_var_root)s/abpwatcher 17 diagnostics_repository=%(sitescripts_var_root)s/abpwatcher
15 customization_repository=%(sitescripts_var_root)s/abpcustomization 18 customization_repository=%(sitescripts_var_root)s/abpcustomization
16 customization_galleryID=abpcustomization 19 customization_galleryID=abpcustomization
17 urlfixer_repository=%(sitescripts_var_root)s/urlfixer 20 urlfixer_repository=%(sitescripts_var_root)s/urlfixer
18 urlfixer_galleryID=url-fixer 21 urlfixer_galleryID=url-fixer
19 downloadsrepo=%(sitescripts_var_root)s/downloads 22 downloadsrepo=%(sitescripts_var_root)s/downloads
20 downloadsurl=https://downloads.adblockplus.org/ 23 downloadsurl=https://downloads.adblockplus.org/
21 web_root=/var/www/update 24 web_root=/var/www/update
22 geckoUpdateManifestPath=%(web_root)s/gecko/update.rdf 25 geckoUpdateManifestPath=%(web_root)s/gecko/update.rdf
23 geckoUpdateManifest=extensions/template/update.rdf 26 geckoUpdateManifest=extensions/template/update.rdf
24 safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist 27 safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist
25 safariUpdateManifest=extensions/template/updates.plist 28 safariUpdateManifest=extensions/template/updates.plist
26 androidUpdateManifestPath=%(web_root)s/adblockplusandroid/updates.xml 29 androidUpdateManifestPath=%(web_root)s/adblockplusandroid/updates.xml
27 androidUpdateManifest=extensions/template/androidupdates.xml 30 androidUpdateManifest=extensions/template/androidupdates.xml
28 ieUpdateManifestPath=%(web_root)s/adblockplusie/update.json 31 ieUpdateManifestPath=%(web_root)s/adblockplusie/update.json
OLDNEW
« no previous file with comments | « manifests/webserver.pp ('k') | modules/updateserver/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld