зеркало из https://github.com/mozilla/gecko-dev.git
7d502f2abb
On Taskcluster machines, /tools/buildbot doesn't exist. It turns out, nothing refers to exes['python'] anyway, so we can just remove that (the preference is to use sys.executable instead). The references to exes['buildbot'] were all for sendchanges from builds to tests, and those too are all gone now. Lines like 'virtualenv': ['/tools/buildbot/bin/python', '/tools/misc-python/virtualenv.py'], Were committing two sins: first, using a python executable from a random virtualenv; and second, using a virtualenv.py from another random directory (in this case, it's a utility script for a PuppetAgain module). Such lines are replaced with a reference to /tools/virtualenv/bin/virtualenv, which is installed for the express purpose of providing a virtualenv binary on testers (for builds, we use the vendored copy). MozReview-Commit-ID: 4iHX3B3MLyK --HG-- extra : rebase_source : e4b4902a19d688b148c136bd10c706fc127cbf2d |
||
---|---|---|
.. | ||
android | ||
awsy | ||
balrog | ||
beetmover | ||
builds | ||
firefox_ui_tests | ||
hazards | ||
l10n_bumper | ||
marionette | ||
merge_day | ||
multi_locale | ||
partner_repacks | ||
releases | ||
releng_infra_configs | ||
repackage | ||
selfserve | ||
servo | ||
single_locale | ||
talos | ||
test | ||
unittests | ||
users/sfink | ||
web_platform_tests | ||
developer_config.py | ||
disable_signing.py | ||
platform_supports_post_upload_to_latest.py | ||
remove_executables.py | ||
routes.json | ||
taskcluster_nightly.py |