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

Side by Side Diff: .sitescripts.example

Issue 29345508: Issue 4098 - Get rid of special build setup for development builds (Closed)
Patch Set: Improved ensure_dependencies call Created June 6, 2016, 11:49 a.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 hgroot=https://hg.adblockplus.org
3 mailer=/usr/sbin/sendmail 4 mailer=/usr/sbin/sendmail
4 mailerDebug=no 5 mailerDebug=no
5 secret=somerandomstringhere 6 secret=somerandomstringhere
6 7
7 [multiplexer] 8 [multiplexer]
8 sitescripts.subscriptions.web.fallback = 9 sitescripts.subscriptions.web.fallback =
9 sitescripts.crashes.web.submitCrash = 10 sitescripts.crashes.web.submitCrash =
10 sitescripts.reports.web.submitReport = 11 sitescripts.reports.web.submitReport =
11 sitescripts.reports.web.updateReport = 12 sitescripts.reports.web.updateReport =
12 sitescripts.reports.web.showDigest = 13 sitescripts.reports.web.showDigest =
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 database=db 53 database=db
53 dbuser=user 54 dbuser=user
54 dbpassword=password 55 dbpassword=password
55 dbprefix= 56 dbprefix=
56 57
57 [logs] 58 [logs]
58 dataPath=%(root)s/logs 59 dataPath=%(root)s/logs
59 fileName=log.%%i.gz 60 fileName=log.%%i.gz
60 61
61 [extensions] 62 [extensions]
62 abp_repository=%(root)s/hg/adblockplus 63 abp_repository=%(hgroot)s/adblockplus
63 abp_name=Adblock Plus for Mozilla Firefox 64 abp_name=Adblock Plus for Mozilla Firefox
64 abp_galleryID=adblock-plus 65 abp_galleryID=adblock-plus
65 abpchrome_repository=%(root)s/hg/adblockpluschrome 66 abpchrome_repository=%(hgroot)s/adblockpluschrome
66 abpchrome_type=chrome 67 abpchrome_type=chrome
67 abpchrome_name=Adblock Plus for Chrome and Opera 68 abpchrome_name=Adblock Plus for Chrome and Opera
68 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb 69 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb
69 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn 70 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn
70 abpchrome_key=%(root)s/data/adblockpluschrome.pem 71 abpchrome_key=%(root)s/data/adblockpluschrome.pem
71 abpchrome_clientID=...apps.googleusercontent.com 72 abpchrome_clientID=...apps.googleusercontent.com
72 abpchrome_clientSecret=secret 73 abpchrome_clientSecret=secret
73 abpchrome_refreshToken=1/rwn... 74 abpchrome_refreshToken=1/rwn...
74 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/ 75 abpsafari_repository=%(hgroot)s/adblockpluschrome/
75 abpsafari_type=safari 76 abpsafari_type=safari
76 abpsafari_name=Adblock Plus for Safari 77 abpsafari_name=Adblock Plus for Safari
77 abpsafari_key=%(root)s/files/adblockplussafari.pem 78 abpsafari_key=%(root)s/files/adblockplussafari.pem
78 abpandroid_repository=%(root)s/hg/adblockplusandroid 79 abpandroid_repository=%(hgroot)s/adblockplusandroid
79 abpandroid_type=android 80 abpandroid_type=android
80 abpandroid_name=Adblock Plus for Android 81 abpandroid_name=Adblock Plus for Android
81 abpandroid_downloadPage=/en/android 82 abpandroid_downloadPage=/en/android
82 abpie_repository=%(root)s/hg/adblockplusie 83 abpie_repository=%(hgroot)s/adblockplusie
83 abpie_type=ie 84 abpie_type=ie
84 abpie_name=Adblock Plus for Internet Explorer 85 abpie_name=Adblock Plus for Internet Explorer
85 ehh_repository=%(root)s/hg/elemhidehelper 86 ehh_repository=%(hgroot)s/elemhidehelper
86 ehh_name=Element Hiding Helper 87 ehh_name=Element Hiding Helper
87 ehh_galleryID=elemhidehelper 88 ehh_galleryID=elemhidehelper
88 watcher_repository=%(root)s/hg/abpwatcher 89 watcher_repository=%(hgroot)s/abpwatcher
89 watcher_name=Diagnostics 90 watcher_name=Diagnostics
90 watcher_downloadPage=/en/abpwatcher 91 watcher_downloadPage=/en/abpwatcher
91 deobfuscator_repository=%(root)s/hg/jsdeobfuscator 92 spiderMonkeyBinary=%(root)s/data/jsshell/js
92 deobfuscator_name=JavaScript Deobfuscator
93 deobfuscator_galleryID=javascript-deobfuscator
94 urlfixer_repository=%(root)s/hg/urlfixer
95 urlfixer_name=URL fixer
96 urlfixer_galleryID=url-fixer
97 buildRepository=%(root)s/hg/buildtools
98 nightliesData=%(root)s/data/nightlies 93 nightliesData=%(root)s/data/nightlies
99 nightliesDirectory=%(root)s/www/devbuilds 94 nightliesDirectory=%(root)s/www/devbuilds
100 nightliesURL=https://adblockplus.org/devbuilds/ 95 nightliesURL=https://adblockplus.org/devbuilds/
101 downloadsRepo=%(root)s/hg/downloads 96 downloadsRepo=%(root)s/hg/downloads
102 downloadsDirectory=%(root)s/www/downloads 97 downloadsDirectory=%(root)s/www/downloads
103 downloadsURL=https://downloads.adblockplus.org/ 98 downloadsURL=https://downloads.adblockplus.org/
104 downloadLinksFile=%(root)s/tmp/downloadLinks.ini 99 downloadLinksFile=%(root)s/tmp/downloadLinks.ini
105 geckoUpdateManifestPath=%(root)s/www/update.rdf 100 geckoUpdateManifestPath=%(root)s/www/update.rdf
106 androidUpdateManifestPath=%(root)s/www/androidupdates.xml 101 androidUpdateManifestPath=%(root)s/www/androidupdates.xml
107 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json 102 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 188 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
194 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 189 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
195 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 190 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
196 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 191 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1
197 adblockpluscore_repository=%(root)s/hg/adblockpluscore 192 adblockpluscore_repository=%(root)s/hg/adblockpluscore
198 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 193 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
199 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 194 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
200 libadblockplus_repository=%(root)s/hg/libadblockplus 195 libadblockplus_repository=%(root)s/hg/libadblockplus
201 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 196 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
202 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} 197 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
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