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

Delta Between Two Patch Sets: .sitescripts.example

Issue 5092904657747968: Issue 356 - Update devbuild in the Chrome Web Store (Closed)
Left Patch Set: Created April 19, 2014, 4:12 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | sitescripts/extensions/bin/createNightlies.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 54 abpchrome_clientID=...apps.googleusercontent.com
55 abpchrome_serviceAccountKey=%(root)s/data/googleDeveloperAPI.pem 55 abpchrome_clientSecret=secret
56 abpchrome_refreshToken=1/rwn...
56 abpopera_repository=%(root)s/hg/adblockpluschrome 57 abpopera_repository=%(root)s/hg/adblockpluschrome
57 abpopera_type=opera 58 abpopera_type=opera
58 abpopera_name=Adblock Plus for Opera 59 abpopera_name=Adblock Plus for Opera
59 abpopera_galleryID=opera-adblock 60 abpopera_galleryID=opera-adblock
60 abpopera_key=%(root)s/data/adblockpluschrome.pem 61 abpopera_key=%(root)s/data/adblockpluschrome.pem
61 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/ 62 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/
62 abpsafari_type=safari 63 abpsafari_type=safari
63 abpsafari_name=Adblock Plus for Safari 64 abpsafari_name=Adblock Plus for Safari
64 abpsafari_key=%(root)s/files/adblockplussafari.pem 65 abpsafari_key=%(root)s/files/adblockplussafari.pem
65 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
129 template=formmail/template/eyeo.mail 130 template=formmail/template/eyeo.mail
130 131
131 [externalFiles] 132 [externalFiles]
132 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
133 example_targetrepository=%(root)s/hg/adblockpluschrome 134 example_targetrepository=%(root)s/hg/adblockpluschrome
134 example_targetfile=third-party/publicSuffixList.txt 135 example_targetfile=third-party/publicSuffixList.txt
135 136
136 [notifications] 137 [notifications]
137 repository=%(root)s/hg/notifications 138 repository=%(root)s/hg/notifications
138 output=%(root)s/www/notification.json 139 output=%(root)s/www/notification.json
LEFTRIGHT

Powered by Google App Engine
This is Rietveld