Bug 1419182 - Remove last reference to CLIENT_PY_ARGS; r?build draft
authorGregory Szorc <gps@mozilla.com>
Tue, 31 Oct 2017 13:56:12 -0700
changeset 700839 cd21a5b597284dd5a9c133bdfee2101e61fc914b
parent 700838 5b593d3440ea1f523aa8b685f7b50a89011c32c0
child 700840 edfa359d6e8adb53ceee09eb1dfa78b8c4d93e2e
push id89987
push userbmo:gps@mozilla.com
push dateMon, 20 Nov 2017 23:19:57 +0000
reviewersbuild
bugs1419182
milestone59.0a1
Bug 1419182 - Remove last reference to CLIENT_PY_ARGS; r?build This variable isn't consumed anywhere. I have no clue where it was consumed. It appears to be the product of an old era. MozReview-Commit-ID: 6iRdLW89ZjW
browser/config/mozconfigs/whitelist
--- a/browser/config/mozconfigs/whitelist
+++ b/browser/config/mozconfigs/whitelist
@@ -7,17 +7,16 @@ whitelist = {
 
 all_platforms = ['win64', 'win32', 'linux32', 'linux64', 'macosx64']
 
 for platform in all_platforms:
     whitelist['nightly'][platform] = [
         'ac_add_options --enable-update-channel=nightly',
         'ac_add_options --with-branding=browser/branding/nightly',
         'ac_add_options --enable-profiling',
-        'mk_add_options CLIENT_PY_ARGS="--hg-options=\'--verbose --time\' --hgtool=../tools/buildfarm/utils/hgtool.py --skip-chatzilla --skip-comm --skip-inspector --tinderbox-print"'
     ]
 
 whitelist['nightly']['linux32'] += [
     'CXX=$REAL_CXX',
     'CXX="ccache $REAL_CXX"',
     'CC="ccache $REAL_CC"',
     'ac_add_options --with-ccache=/usr/bin/ccache',
     'export MOZILLA_OFFICIAL=1',