[Buildbot-commits] [buildbot/buildbot] 838f9d: defer searching $PATH for vcexe until later; bette...
noreply at github.com
noreply at github.com
Sun Sep 5 19:01:51 UTC 2010
Branch: refs/heads/master
Home: http://github.com/buildbot/buildbot
Commit: 838f9dd9ec7d889462bf12c6ad4d6b7c0631e288
http://github.com/buildbot/buildbot/commit/838f9dd9ec7d889462bf12c6ad4d6b7c0631e288
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date: 2010-09-05 (Sun, 05 Sep 2010)
Changed paths:
M slave/buildslave/commands/base.py
M slave/buildslave/commands/bk.py
M slave/buildslave/commands/bzr.py
M slave/buildslave/commands/cvs.py
M slave/buildslave/commands/darcs.py
M slave/buildslave/commands/git.py
M slave/buildslave/commands/hg.py
M slave/buildslave/commands/p4.py
M slave/buildslave/commands/svn.py
Log Message:
-----------
defer searching $PATH for vcexe until later; better errors
Before this change, a missing vcexe would cause something like
exceptions.RuntimeError: Couldn't find executable for 'hg'
With this change, a missing vcexe gives something like
could not find 'hg'
PATH is 'blah blah blah'
program finished with exit code -1
Fixes #783
More information about the Commits
mailing list