Branch: refs/heads/master
Home:   http://github.com/buildbot/buildbot

Commit: 838f9dd9ec7d889462bf12c6ad4d6b7c0631e288
    
http://github.com/buildbot/buildbot/commit/838f9dd9ec7d889462bf12c6ad4d6b7c0631e288
Author: Dustin J. Mitchell <[email protected]>
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



------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to