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

Side by Side Diff: .sitescripts.example

Issue 6270530592178176: Issue 1144 - Generate IE update manifests (Closed)
Patch Set: Import writeIEUpdateManifest as doWrite in the function body Created July 30, 2014, 2: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
« no previous file with comments | « no previous file | sitescripts/extensions/bin/createNightlies.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [DEFAULT] 1 [DEFAULT]
2 root=/server/root/path 2 root=/server/root/path
3 mailer=/usr/sbin/sendmail 3 mailer=/usr/sbin/sendmail
4 mailerDebug=no 4 mailerDebug=no
5 secret=somerandomstringhere 5 secret=somerandomstringhere
6 6
7 [subscriptions] 7 [subscriptions]
8 repository=%(root)s/hg/subscriptionlist 8 repository=%(root)s/hg/subscriptionlist
9 statusTemplate=subscriptions/template/status.html 9 statusTemplate=subscriptions/template/status.html
10 statusPage=%(root)s/www/subscriptionStatus.html 10 statusPage=%(root)s/www/subscriptionStatus.html
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/ 66 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/
67 abpsafari_type=safari 67 abpsafari_type=safari
68 abpsafari_name=Adblock Plus for Safari 68 abpsafari_name=Adblock Plus for Safari
69 abpsafari_key=%(root)s/files/adblockplussafari.pem 69 abpsafari_key=%(root)s/files/adblockplussafari.pem
70 abpsafari_pad=true 70 abpsafari_pad=true
71 abpandroid_repository=%(root)s/hg/adblockplusandroid 71 abpandroid_repository=%(root)s/hg/adblockplusandroid
72 abpandroid_type=android 72 abpandroid_type=android
73 abpandroid_name=Adblock Plus for Android 73 abpandroid_name=Adblock Plus for Android
74 abpandroid_downloadPage=/en/android 74 abpandroid_downloadPage=/en/android
75 abpandroid_pad=true 75 abpandroid_pad=true
76 abpie_repository=%(root)s/hg/adblockplusie
77 abpie_type=ie
78 abpie_name=Adblock Plus for Internet Explorer
76 ehh_repository=%(root)s/hg/elemhidehelper 79 ehh_repository=%(root)s/hg/elemhidehelper
77 ehh_name=Element Hiding Helper 80 ehh_name=Element Hiding Helper
78 ehh_galleryID=elemhidehelper 81 ehh_galleryID=elemhidehelper
79 watcher_repository=%(root)s/hg/abpwatcher 82 watcher_repository=%(root)s/hg/abpwatcher
80 watcher_name=Diagnostics 83 watcher_name=Diagnostics
81 watcher_downloadPage=/en/abpwatcher 84 watcher_downloadPage=/en/abpwatcher
82 deobfuscator_repository=%(root)s/hg/jsdeobfuscator 85 deobfuscator_repository=%(root)s/hg/jsdeobfuscator
83 deobfuscator_name=JavaScript Deobfuscator 86 deobfuscator_name=JavaScript Deobfuscator
84 deobfuscator_galleryID=javascript-deobfuscator 87 deobfuscator_galleryID=javascript-deobfuscator
85 urlfixer_repository=%(root)s/hg/urlfixer 88 urlfixer_repository=%(root)s/hg/urlfixer
86 urlfixer_name=URL fixer 89 urlfixer_name=URL fixer
87 urlfixer_galleryID=url-fixer 90 urlfixer_galleryID=url-fixer
88 urlfixer_pad=true 91 urlfixer_pad=true
89 buildRepository=%(root)s/hg/buildtools 92 buildRepository=%(root)s/hg/buildtools
90 jsdocRepository=%(root)s/hg/jsdoc-toolkit 93 jsdocRepository=%(root)s/hg/jsdoc-toolkit
91 nightliesData=%(root)s/data/nightlies 94 nightliesData=%(root)s/data/nightlies
92 nightliesDirectory=%(root)s/www/devbuilds 95 nightliesDirectory=%(root)s/www/devbuilds
93 nightliesURL=https://adblockplus.org/devbuilds/ 96 nightliesURL=https://adblockplus.org/devbuilds/
94 downloadsRepo=%(root)s/hg/downloads 97 downloadsRepo=%(root)s/hg/downloads
95 downloadsURL=https://downloads.adblockplus.org/ 98 downloadsURL=https://downloads.adblockplus.org/
96 downloadLinksFile=%(root)s/tmp/downloadLinks.ini 99 downloadLinksFile=%(root)s/tmp/downloadLinks.ini
97 geckoUpdateManifestPath=%(root)s/www/update.rdf 100 geckoUpdateManifestPath=%(root)s/www/update.rdf
98 androidUpdateManifestPath=%(root)s/www/androidupdates.xml 101 androidUpdateManifestPath=%(root)s/www/androidupdates.xml
99 safariUpdateManifestPath=%(root)s/www/updates.plist 102 safariUpdateManifestPath=%(root)s/www/updates.plist
103 ieUpdateManifestPath=%(root)s/www/ieupdate.json
100 docsDirectory=%(root)s/www/jsdoc 104 docsDirectory=%(root)s/www/jsdoc
101 padDirectory=%(root)s/www/pad 105 padDirectory=%(root)s/www/pad
102 padURL=https://adblockplus.org/pad/ 106 padURL=https://adblockplus.org/pad/
103 errorTemplate=extensions/template/error.html 107 errorTemplate=extensions/template/error.html
104 languageCheckTemplate=extensions/template/languageCheckResult.html 108 languageCheckTemplate=extensions/template/languageCheckResult.html
105 languageFormTemplate=extensions/template/languageForm.html 109 languageFormTemplate=extensions/template/languageForm.html
106 changelogTemplate=extensions/template/changelog.html 110 changelogTemplate=extensions/template/changelog.html
107 geckoUpdateManifest=extensions/template/update.rdf 111 geckoUpdateManifest=extensions/template/update.rdf
108 chromeUpdateManifest=extensions/template/updates.xml 112 chromeUpdateManifest=extensions/template/updates.xml
109 safariUpdateManifest=extensions/template/updates.plist 113 safariUpdateManifest=extensions/template/updates.plist
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 template=formmail/template/eyeo.mail 148 template=formmail/template/eyeo.mail
145 149
146 [externalFiles] 150 [externalFiles]
147 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1 151 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1
148 example_targetrepository=%(root)s/hg/adblockpluschrome 152 example_targetrepository=%(root)s/hg/adblockpluschrome
149 example_targetfile=third-party/publicSuffixList.txt 153 example_targetfile=third-party/publicSuffixList.txt
150 154
151 [notifications] 155 [notifications]
152 repository=%(root)s/hg/notifications 156 repository=%(root)s/hg/notifications
153 output=%(root)s/www/notification.json 157 output=%(root)s/www/notification.json
OLDNEW
« no previous file with comments | « no previous file | sitescripts/extensions/bin/createNightlies.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld