You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Heikki Hulkko (JIRA)" <ji...@apache.org> on 2008/11/25 13:31:55 UTC

[jira] Commented: (BUILDR-214) buildr is stuck uploading to sftp repository

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

Heikki Hulkko commented on BUILDR-214:
--------------------------------------

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.