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

Delta Between Two Patch Sets: .sitescripts.example

Issue 29345508: Issue 4098 - Get rid of special build setup for development builds (Closed)
Left Patch Set: Created June 1, 2016, 2:47 p.m.
Right 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:
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 hgroot=https://hg.adblockplus.org 3 hgroot=https://hg.adblockplus.org
4 mailer=/usr/sbin/sendmail 4 mailer=/usr/sbin/sendmail
5 mailerDebug=no 5 mailerDebug=no
6 secret=somerandomstringhere 6 secret=somerandomstringhere
7 7
8 [multiplexer] 8 [multiplexer]
9 sitescripts.subscriptions.web.fallback = 9 sitescripts.subscriptions.web.fallback =
10 sitescripts.crashes.web.submitCrash = 10 sitescripts.crashes.web.submitCrash =
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 abpandroid_downloadPage=/en/android 82 abpandroid_downloadPage=/en/android
83 abpie_repository=%(hgroot)s/adblockplusie 83 abpie_repository=%(hgroot)s/adblockplusie
84 abpie_type=ie 84 abpie_type=ie
85 abpie_name=Adblock Plus for Internet Explorer 85 abpie_name=Adblock Plus for Internet Explorer
86 ehh_repository=%(hgroot)s/elemhidehelper 86 ehh_repository=%(hgroot)s/elemhidehelper
87 ehh_name=Element Hiding Helper 87 ehh_name=Element Hiding Helper
88 ehh_galleryID=elemhidehelper 88 ehh_galleryID=elemhidehelper
89 watcher_repository=%(hgroot)s/abpwatcher 89 watcher_repository=%(hgroot)s/abpwatcher
90 watcher_name=Diagnostics 90 watcher_name=Diagnostics
91 watcher_downloadPage=/en/abpwatcher 91 watcher_downloadPage=/en/abpwatcher
92 spiderMonkeyBinary=%(root)s/data/jsshell/js
92 nightliesData=%(root)s/data/nightlies 93 nightliesData=%(root)s/data/nightlies
93 nightliesDirectory=%(root)s/www/devbuilds 94 nightliesDirectory=%(root)s/www/devbuilds
94 nightliesURL=https://adblockplus.org/devbuilds/ 95 nightliesURL=https://adblockplus.org/devbuilds/
95 downloadsRepo=%(root)s/hg/downloads 96 downloadsRepo=%(root)s/hg/downloads
96 downloadsDirectory=%(root)s/www/downloads 97 downloadsDirectory=%(root)s/www/downloads
97 downloadsURL=https://downloads.adblockplus.org/ 98 downloadsURL=https://downloads.adblockplus.org/
98 downloadLinksFile=%(root)s/tmp/downloadLinks.ini 99 downloadLinksFile=%(root)s/tmp/downloadLinks.ini
99 geckoUpdateManifestPath=%(root)s/www/update.rdf 100 geckoUpdateManifestPath=%(root)s/www/update.rdf
100 androidUpdateManifestPath=%(root)s/www/androidupdates.xml 101 androidUpdateManifestPath=%(root)s/www/androidupdates.xml
101 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
187 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
188 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 189 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
189 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 190 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
190 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
191 adblockpluscore_repository=%(root)s/hg/adblockpluscore 192 adblockpluscore_repository=%(root)s/hg/adblockpluscore
192 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 193 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
193 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 194 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
194 libadblockplus_repository=%(root)s/hg/libadblockplus 195 libadblockplus_repository=%(root)s/hg/libadblockplus
195 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 196 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
196 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}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld