[ 
https://issues.apache.org/jira/browse/BUILDR-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650555#action_12650555
 ] 

hhulkko edited comment on BUILDR-214 at 11/25/08 4:31 AM:
----------------------------------------------------------------

It seems that commit r698409 to ./lib/buildr/core/transports.rb introduces this 
regression.
The following reverting patch works for me:

43c43
<   RW_CHUNK_SIZE = 2 ** 20 #:nodoc:
---
>   RW_CHUNK_SIZE = 32 * 4096


      was (Author: hhulkko):
    It seems that commit r698409 to ./lib/buildr/core/transports.rb introduces 
this regression.
With the following reverting patch it works for me:

43c43
<   RW_CHUNK_SIZE = 2 ** 20 #:nodoc:
---
>   RW_CHUNK_SIZE = 32 * 4096

  
> buildr is stuck uploading to sftp repository
> --------------------------------------------
>
>                 Key: BUILDR-214
>                 URL: https://issues.apache.org/jira/browse/BUILDR-214
>             Project: Buildr
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 1.3.4
>            Reporter: Ittay Dror
>             Fix For: 1.3.4
>
>
> When I try to use #upload to an sftp 'release_to' repository, buildr 1.3.4 
> gets stuck on 'Deploying', and on the repository, a file of size 0 is created
> Running with buildr 1.3.2 works fine

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to