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

Commit: 2773a72cf27360a0b904f63ad722b053fbac8ca0
    
https://github.com/buildbot/buildbot/commit/2773a72cf27360a0b904f63ad722b053fbac8ca0
Author: Dmitry Nezhevenko <[email protected]>
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 <[email protected]>
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



------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to