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

Delta Between Two Patch Sets: modules/updateserver/files/sitescripts

Issue 5071748311547904: Issue 1094 - Generate update manifests on the update server (Closed)
Left Patch Set: Addressed comments Created July 25, 2014, 10:30 a.m.
Right Patch Set: Run as user sitescripts Created July 25, 2014, 2:17 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 [extensions] 1 [extensions]
2 hg_root=/var/lib/adblockplus 2 sitescripts_var_root=/var/lib/sitescripts
3 abp_repository=%(hg_root)s/adblockplus 3 abp_repository=%(sitescripts_var_root)s/adblockplus
4 abpsafari_repository=%(hg_root)s/adblockpluschrome 4 abpsafari_repository=%(sitescripts_var_root)s/adblockpluschrome
5 abpsafari_type=safari 5 abpsafari_type=safari
6 abpsafari_key=%(hg_root)s/adblockplussafari.pem 6 abpsafari_key=%(sitescripts_var_root)s/adblockplussafari.pem
7 abpandroid_repository=%(hg_root)s/adblockplusandroid 7 abpandroid_repository=%(sitescripts_var_root)s/adblockplusandroid
8 abpandroid_type=android 8 abpandroid_type=android
9 ehh_repository=%(hg_root)s/elemhidehelper 9 ehh_repository=%(sitescripts_var_root)s/elemhidehelper
10 watcher_repository=%(hg_root)s/abpwatcher 10 watcher_repository=%(sitescripts_var_root)s/abpwatcher
11 customization_repository=%(hg_root)s/abpcustomization 11 customization_repository=%(sitescripts_var_root)s/abpcustomization
12 urlfixer_repository=%(hg_root)s/urlfixer 12 urlfixer_repository=%(sitescripts_var_root)s/urlfixer
13 downloadsrepo=%(hg_root)s/downloads 13 downloadsrepo=%(sitescripts_var_root)s/downloads
14 downloadsurl=https://downloads.adblockplus.org/ 14 downloadsurl=https://downloads.adblockplus.org/
15 web_root=/var/www/update 15 web_root=/var/www/update
16 geckoUpdateManifestPath=%(web_root)s/gecko/update.rdf 16 geckoUpdateManifestPath=%(web_root)s/gecko/update.rdf
17 geckoUpdateManifest=extensions/template/update.rdf 17 geckoUpdateManifest=extensions/template/update.rdf
18 safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist 18 safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist
19 safariUpdateManifest=extensions/template/updates.plist 19 safariUpdateManifest=extensions/template/updates.plist
20 androidUpdateManifestPath=%(web_root)s/adblockplusandroid/updates.xml 20 androidUpdateManifestPath=%(web_root)s/adblockplusandroid/updates.xml
21 androidUpdateManifest=extensions/template/androidupdates.xml 21 androidUpdateManifest=extensions/template/androidupdates.xml
LEFTRIGHT

Powered by Google App Engine
This is Rietveld