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 20, 2014, 3:58 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_serviceAccountEmail=...@developer.gserviceaccount.com
55 abpchrome_serviceAccountKey=%(root)s/data/googleDeveloperAPI.pem
54 abpopera_repository=%(root)s/hg/adblockpluschrome 56 abpopera_repository=%(root)s/hg/adblockpluschrome
55 abpopera_type=opera 57 abpopera_type=opera
56 abpopera_name=Adblock Plus for Opera 58 abpopera_name=Adblock Plus for Opera
57 abpopera_galleryID=opera-adblock 59 abpopera_galleryID=opera-adblock
58 abpopera_key=%(root)s/data/adblockpluschrome.pem 60 abpopera_key=%(root)s/data/adblockpluschrome.pem
59 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/ 61 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/
60 abpsafari_type=safari 62 abpsafari_type=safari
61 abpsafari_name=Adblock Plus for Safari 63 abpsafari_name=Adblock Plus for Safari
62 abpsafari_key=%(root)s/files/adblockplussafari.pem 64 abpsafari_key=%(root)s/files/adblockplussafari.pem
63 abpandroid_repository=%(root)s/hg/adblockplusandroid 65 abpandroid_repository=%(root)s/hg/adblockplusandroid
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 template=formmail/template/eyeo.mail 129 template=formmail/template/eyeo.mail
128 130
129 [externalFiles] 131 [externalFiles]
130 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1 132 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 133 example_targetrepository=%(root)s/hg/adblockpluschrome
132 example_targetfile=third-party/publicSuffixList.txt 134 example_targetfile=third-party/publicSuffixList.txt
133 135
134 [notifications] 136 [notifications]
135 repository=%(root)s/hg/notifications 137 repository=%(root)s/hg/notifications
136 output=%(root)s/www/notification.json 138 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