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

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

Issue 5996668176564224: Add missing gallery IDs on the update server (Closed)
Patch Set: Created July 28, 2014, 7:38 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 | « 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 abpsafari_repository=%(sitescripts_var_root)s/adblockpluschrome 5 abpsafari_repository=%(sitescripts_var_root)s/adblockpluschrome
5 abpsafari_type=safari 6 abpsafari_type=safari
6 abpsafari_key=%(sitescripts_var_root)s/adblockplussafari.pem 7 abpsafari_key=%(sitescripts_var_root)s/adblockplussafari.pem
7 abpandroid_repository=%(sitescripts_var_root)s/adblockplusandroid 8 abpandroid_repository=%(sitescripts_var_root)s/adblockplusandroid
8 abpandroid_type=android 9 abpandroid_type=android
9 ehh_repository=%(sitescripts_var_root)s/elemhidehelper 10 ehh_repository=%(sitescripts_var_root)s/elemhidehelper
11 ehh_galleryID=elemhidehelper
10 watcher_repository=%(sitescripts_var_root)s/abpwatcher 12 watcher_repository=%(sitescripts_var_root)s/abpwatcher
11 customization_repository=%(sitescripts_var_root)s/abpcustomization 13 customization_repository=%(sitescripts_var_root)s/abpcustomization
14 customization_galleryID=abpcustomization
12 urlfixer_repository=%(sitescripts_var_root)s/urlfixer 15 urlfixer_repository=%(sitescripts_var_root)s/urlfixer
16 urlfixer_galleryID=url-fixer
13 downloadsrepo=%(sitescripts_var_root)s/downloads 17 downloadsrepo=%(sitescripts_var_root)s/downloads
14 downloadsurl=https://downloads.adblockplus.org/ 18 downloadsurl=https://downloads.adblockplus.org/
15 web_root=/var/www/update 19 web_root=/var/www/update
16 geckoUpdateManifestPath=%(web_root)s/gecko/update.rdf 20 geckoUpdateManifestPath=%(web_root)s/gecko/update.rdf
17 geckoUpdateManifest=extensions/template/update.rdf 21 geckoUpdateManifest=extensions/template/update.rdf
18 safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist 22 safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist
19 safariUpdateManifest=extensions/template/updates.plist 23 safariUpdateManifest=extensions/template/updates.plist
20 androidUpdateManifestPath=%(web_root)s/adblockplusandroid/updates.xml 24 androidUpdateManifestPath=%(web_root)s/adblockplusandroid/updates.xml
21 androidUpdateManifest=extensions/template/androidupdates.xml 25 androidUpdateManifest=extensions/template/androidupdates.xml
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