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

Side by Side Diff: .sitescripts.example

Issue 5092904657747968: Issue 356 - Update devbuild in the Chrome Web Store (Closed)
Patch Set: Addressed comments Created April 21, 2014, 8:45 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 44
45 [extensions] 45 [extensions]
46 abp_repository=%(root)s/hg/adblockplus 46 abp_repository=%(root)s/hg/adblockplus
47 abp_name=Adblock Plus 47 abp_name=Adblock Plus
48 abp_galleryID=adblock-plus 48 abp_galleryID=adblock-plus
49 abpchrome_repository=%(root)s/hg/adblockpluschrome 49 abpchrome_repository=%(root)s/hg/adblockpluschrome
50 abpchrome_type=chrome 50 abpchrome_type=chrome
51 abpchrome_name=Adblock Plus for Google Chrome 51 abpchrome_name=Adblock Plus for Google Chrome
52 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb 52 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb
53 abpchrome_key=%(root)s/data/adblockpluschrome.pem 53 abpchrome_key=%(root)s/data/adblockpluschrome.pem
54 abpchrome_clientID=...apps.googleusercontent.com
55 abpchrome_clientSecret=secret
56 abpchrome_refreshToken=1/rwn...
54 abpopera_repository=%(root)s/hg/adblockpluschrome 57 abpopera_repository=%(root)s/hg/adblockpluschrome
55 abpopera_type=opera 58 abpopera_type=opera
56 abpopera_name=Adblock Plus for Opera 59 abpopera_name=Adblock Plus for Opera
57 abpopera_galleryID=opera-adblock 60 abpopera_galleryID=opera-adblock
58 abpopera_key=%(root)s/data/adblockpluschrome.pem 61 abpopera_key=%(root)s/data/adblockpluschrome.pem
59 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/ 62 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/
60 abpsafari_type=safari 63 abpsafari_type=safari
61 abpsafari_name=Adblock Plus for Safari 64 abpsafari_name=Adblock Plus for Safari
62 abpsafari_key=%(root)s/files/adblockplussafari.pem 65 abpsafari_key=%(root)s/files/adblockplussafari.pem
63 abpandroid_repository=%(root)s/hg/adblockplusandroid 66 abpandroid_repository=%(root)s/hg/adblockplusandroid
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 template=formmail/template/eyeo.mail 130 template=formmail/template/eyeo.mail
128 131
129 [externalFiles] 132 [externalFiles]
130 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1 133 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1
131 example_targetrepository=%(root)s/hg/adblockpluschrome 134 example_targetrepository=%(root)s/hg/adblockpluschrome
132 example_targetfile=third-party/publicSuffixList.txt 135 example_targetfile=third-party/publicSuffixList.txt
133 136
134 [notifications] 137 [notifications]
135 repository=%(root)s/hg/notifications 138 repository=%(root)s/hg/notifications
136 output=%(root)s/www/notification.json 139 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