зеркало из 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 |
||
---|---|---|
.. | ||
releng_sub_android_configs | ||
releng_sub_linux_configs | ||
releng_sub_mac_configs | ||
releng_sub_windows_configs | ||
branch_specifics.py | ||
build_pool_specifics.py | ||
releng_base_android_64_builds.py | ||
releng_base_linux_32_builds.py | ||
releng_base_linux_64_builds.py | ||
releng_base_mac_64_builds.py | ||
releng_base_mac_64_cross_builds.py | ||
releng_base_windows_32_builds.py | ||
releng_base_windows_64_builds.py | ||
taskcluster_firefox_win32_clang.py | ||
taskcluster_firefox_win32_clang_debug.py | ||
taskcluster_firefox_win32_noopt_debug.py | ||
taskcluster_firefox_win64_asan_debug.py | ||
taskcluster_firefox_win64_asan_opt.py | ||
taskcluster_firefox_win64_clang.py | ||
taskcluster_firefox_win64_clang_debug.py | ||
taskcluster_firefox_win64_noopt_debug.py | ||
taskcluster_firefox_windows_32_addondevel.py | ||
taskcluster_firefox_windows_32_debug.py | ||
taskcluster_firefox_windows_32_opt.py | ||
taskcluster_firefox_windows_64_addondevel.py | ||
taskcluster_firefox_windows_64_debug.py | ||
taskcluster_firefox_windows_64_opt.py |