[Buildbot-commits] [buildbot/buildbot] b01669: Fix DirectoryUpload
    noreply at github.com 
    noreply at github.com
       
    Sun Aug 29 22:39:12 UTC 2010
    
    
  
Branch: refs/heads/master
Home:   http://github.com/buildbot/buildbot
Commit: b016692a2082f79a81f6f1b701b327808f0f35bc
    http://github.com/buildbot/buildbot/commit/b016692a2082f79a81f6f1b701b327808f0f35bc
Author: John Carr <john.carr at isotoma.com>
Date:   2010-08-29 (Sun, 29 Aug 2010)
Changed paths:
  M master/buildbot/steps/transfer.py
Log Message:
-----------
Fix DirectoryUpload
3f3edec broke DirectoryUpload by switching FileUpload to use a
temporary file and doing a rename to move it in place. This
commit updates DirectoryUpload to cope with the new behaviour.
Commit: 5184f2178137f73dda79b0606f910991e39bee16
    http://github.com/buildbot/buildbot/commit/5184f2178137f73dda79b0606f910991e39bee16
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-08-29 (Sun, 29 Aug 2010)
Changed paths:
  M master/buildbot/steps/transfer.py
Log Message:
-----------
Merge branch 'fix-dir-upload' of git://github.com/Jc2k/buildbot
* 'fix-dir-upload' of git://github.com/Jc2k/buildbot:
  Fix DirectoryUpload
    
    
More information about the Commits
mailing list