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

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

Issue 5662610418565120: Issue 1048 - Configure androidNewUpdateManifestPath on the update servers (Closed)
Patch Set: Created Sept. 12, 2014, 1:52 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 [extensions] 1 [extensions]
2 sitescripts_var_root=/var/lib/sitescripts 2 sitescripts_var_root=/var/lib/sitescripts
3 abp_repository=%(sitescripts_var_root)s/adblockplus 3 abp_repository=%(sitescripts_var_root)s/adblockplus
4 abp_galleryID=adblock-plus 4 abp_galleryID=adblock-plus
5 abpsafari_repository=%(sitescripts_var_root)s/adblockpluschrome 5 abpsafari_repository=%(sitescripts_var_root)s/adblockpluschrome
6 abpsafari_type=safari 6 abpsafari_type=safari
7 abpsafari_key=%(sitescripts_var_root)s/adblockplussafari.pem 7 abpsafari_key=%(sitescripts_var_root)s/adblockplussafari.pem
8 abpandroid_repository=%(sitescripts_var_root)s/adblockplusandroid 8 abpandroid_repository=%(sitescripts_var_root)s/adblockplusandroid
9 abpandroid_type=android 9 abpandroid_type=android
10 abpie_repository=%(sitescripts_var_root)s/adblockplusie 10 abpie_repository=%(sitescripts_var_root)s/adblockplusie
11 abpie_type=ie 11 abpie_type=ie
12 ehh_repository=%(sitescripts_var_root)s/elemhidehelper 12 ehh_repository=%(sitescripts_var_root)s/elemhidehelper
13 ehh_galleryID=elemhidehelper 13 ehh_galleryID=elemhidehelper
14 watcher_repository=%(sitescripts_var_root)s/abpwatcher 14 watcher_repository=%(sitescripts_var_root)s/abpwatcher
15 customization_repository=%(sitescripts_var_root)s/abpcustomization 15 customization_repository=%(sitescripts_var_root)s/abpcustomization
16 customization_galleryID=abpcustomization 16 customization_galleryID=abpcustomization
17 urlfixer_repository=%(sitescripts_var_root)s/urlfixer 17 urlfixer_repository=%(sitescripts_var_root)s/urlfixer
18 urlfixer_galleryID=url-fixer 18 urlfixer_galleryID=url-fixer
19 downloadsrepo=%(sitescripts_var_root)s/downloads 19 downloadsrepo=%(sitescripts_var_root)s/downloads
20 downloadsurl=https://downloads.adblockplus.org/ 20 downloadsurl=https://downloads.adblockplus.org/
21 web_root=/var/www/update 21 web_root=/var/www/update
22 geckoUpdateManifestPath=%(web_root)s/gecko/update.rdf 22 geckoUpdateManifestPath=%(web_root)s/gecko/update.rdf
23 geckoUpdateManifest=extensions/template/update.rdf 23 geckoUpdateManifest=extensions/template/update.rdf
24 safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist 24 safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist
25 safariUpdateManifest=extensions/template/updates.plist 25 safariUpdateManifest=extensions/template/updates.plist
26 androidUpdateManifestPath=%(web_root)s/adblockplusandroid/updates.xml 26 androidUpdateManifestPath=%(web_root)s/adblockplusandroid/updates.xml
27 androidUpdateManifest=extensions/template/androidupdates.xml 27 androidUpdateManifest=extensions/template/androidupdates.xml
28 androidNewUpdateManifestPath=%(web_root)s/adblockplusandroid/update.json
28 ieUpdateManifestPath=%(web_root)s/adblockplusie/update.json 29 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