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

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

Issue 6193065219850240: Issue 1145 - Generate real IE update manifests (Closed)
Patch Set: Created July 30, 2014, 3:22 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
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
11 abpie_type=ie
10 ehh_repository=%(sitescripts_var_root)s/elemhidehelper 12 ehh_repository=%(sitescripts_var_root)s/elemhidehelper
11 ehh_galleryID=elemhidehelper 13 ehh_galleryID=elemhidehelper
12 watcher_repository=%(sitescripts_var_root)s/abpwatcher 14 watcher_repository=%(sitescripts_var_root)s/abpwatcher
13 customization_repository=%(sitescripts_var_root)s/abpcustomization 15 customization_repository=%(sitescripts_var_root)s/abpcustomization
14 customization_galleryID=abpcustomization 16 customization_galleryID=abpcustomization
15 urlfixer_repository=%(sitescripts_var_root)s/urlfixer 17 urlfixer_repository=%(sitescripts_var_root)s/urlfixer
16 urlfixer_galleryID=url-fixer 18 urlfixer_galleryID=url-fixer
17 downloadsrepo=%(sitescripts_var_root)s/downloads 19 downloadsrepo=%(sitescripts_var_root)s/downloads
18 downloadsurl=https://downloads.adblockplus.org/ 20 downloadsurl=https://downloads.adblockplus.org/
19 web_root=/var/www/update 21 web_root=/var/www/update
20 geckoUpdateManifestPath=%(web_root)s/gecko/update.rdf 22 geckoUpdateManifestPath=%(web_root)s/gecko/update.rdf
21 geckoUpdateManifest=extensions/template/update.rdf 23 geckoUpdateManifest=extensions/template/update.rdf
22 safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist 24 safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist
23 safariUpdateManifest=extensions/template/updates.plist 25 safariUpdateManifest=extensions/template/updates.plist
24 androidUpdateManifestPath=%(web_root)s/adblockplusandroid/updates.xml 26 androidUpdateManifestPath=%(web_root)s/adblockplusandroid/updates.xml
25 androidUpdateManifest=extensions/template/androidupdates.xml 27 androidUpdateManifest=extensions/template/androidupdates.xml
28 ieUpdateManifestPath=%(web_root)s/adblockplusie/update.json
OLDNEW
« no previous file with comments | « modules/updateserver/files/adblockplusie/update.json ('k') | modules/updateserver/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld