[Buildbot-commits] [buildbot/buildbot] 2773a7: Fix removing of broken "junctions" on Windows

noreply at github.com noreply at github.com
Thu Dec 23 15:36:31 UTC 2010


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

Commit: 2773a72cf27360a0b904f63ad722b053fbac8ca0
    https://github.com/buildbot/buildbot/commit/2773a72cf27360a0b904f63ad722b053fbac8ca0
Author: Dmitry Nezhevenko <dion at dion.org.ua>
Date:   2010-12-23 (Thu, 23 Dec 2010)

Changed paths:
  M slave/buildslave/commands/utils.py

Log Message:
-----------
Fix removing of broken "junctions" on Windows

On Windows junction is something like *nix symlink. os.path.isdir() returns
True but os.listdir() will not work. os.path.islink() returns False for them.
The only way to remove it is to call os.rmdir()


Commit: d1d05b451d464974d8a4875f04240eddfe3896f0
    https://github.com/buildbot/buildbot/commit/d1d05b451d464974d8a4875f04240eddfe3896f0
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-23 (Thu, 23 Dec 2010)

Changed paths:
  M master/buildbot/process/builder.py
  M slave/buildslave/commands/utils.py

Log Message:
-----------
Merge branch 'win32-fixes' of git://github.com/dionorgua/buildbot

* 'win32-fixes' of git://github.com/dionorgua/buildbot:
  Fix removing of broken "junctions" on Windows
  Prevent unhandled error when sighup'ing without specified category

Additional fixes to make PyFlakes happy on POSIX systems






More information about the Commits mailing list