зеркало из 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 |
||
---|---|---|
.. | ||
builders.py | ||
linux.py | ||
linux64.py | ||
macosx64.py | ||
testers.py | ||
win32.py | ||
win64.py |