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

Side by Side Diff: .sitescripts.example

Issue 6282067956465664: Issue 399 - Added support for Safari to updateDownloadLinks (Closed)
Patch Set: Addressed comments Created April 30, 2014, 12:21 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 buildRepository=%(root)s/hg/buildtools 79 buildRepository=%(root)s/hg/buildtools
80 jsdocRepository=%(root)s/hg/jsdoc-toolkit 80 jsdocRepository=%(root)s/hg/jsdoc-toolkit
81 nightliesData=%(root)s/data/nightlies 81 nightliesData=%(root)s/data/nightlies
82 nightliesDirectory=%(root)s/www/devbuilds 82 nightliesDirectory=%(root)s/www/devbuilds
83 nightliesURL=https://adblockplus.org/devbuilds/ 83 nightliesURL=https://adblockplus.org/devbuilds/
84 downloadsRepo=%(root)s/hg/downloads 84 downloadsRepo=%(root)s/hg/downloads
85 downloadsURL=https://downloads.adblockplus.org/ 85 downloadsURL=https://downloads.adblockplus.org/
86 downloadLinksFile=%(root)s/tmp/downloadLinks.ini 86 downloadLinksFile=%(root)s/tmp/downloadLinks.ini
87 geckoUpdateManifestPath=%(root)s/www/update.rdf 87 geckoUpdateManifestPath=%(root)s/www/update.rdf
88 androidUpdateManifestPath=%(root)s/www/androidupdates.xml 88 androidUpdateManifestPath=%(root)s/www/androidupdates.xml
89 safariUpdateManifestPath=%(root)s/www/updates.plist
89 docsDirectory=%(root)s/www/jsdoc 90 docsDirectory=%(root)s/www/jsdoc
90 errorTemplate=extensions/template/error.html 91 errorTemplate=extensions/template/error.html
91 languageCheckTemplate=extensions/template/languageCheckResult.html 92 languageCheckTemplate=extensions/template/languageCheckResult.html
92 languageFormTemplate=extensions/template/languageForm.html 93 languageFormTemplate=extensions/template/languageForm.html
93 changelogTemplate=extensions/template/changelog.html 94 changelogTemplate=extensions/template/changelog.html
94 geckoUpdateManifest=extensions/template/update.rdf 95 geckoUpdateManifest=extensions/template/update.rdf
95 chromeUpdateManifest=extensions/template/updates.xml 96 chromeUpdateManifest=extensions/template/updates.xml
96 safariUpdateManifest=extensions/template/updates.plist 97 safariUpdateManifest=extensions/template/updates.plist
97 androidUpdateManifest=extensions/template/androidupdates.xml 98 androidUpdateManifest=extensions/template/androidupdates.xml
98 nightlyIndexPage=extensions/template/nightlies.html 99 nightlyIndexPage=extensions/template/nightlies.html
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 template=formmail/template/eyeo.mail 131 template=formmail/template/eyeo.mail
131 132
132 [externalFiles] 133 [externalFiles]
133 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1 134 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1
134 example_targetrepository=%(root)s/hg/adblockpluschrome 135 example_targetrepository=%(root)s/hg/adblockpluschrome
135 example_targetfile=third-party/publicSuffixList.txt 136 example_targetfile=third-party/publicSuffixList.txt
136 137
137 [notifications] 138 [notifications]
138 repository=%(root)s/hg/notifications 139 repository=%(root)s/hg/notifications
139 output=%(root)s/www/notification.json 140 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