[
https://issues.apache.org/jira/browse/BUILDR-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Boisvert resolved BUILDR-214.
----------------------------------
Resolution: Fixed
Fixed.
Index: transports.rb
===================================================================
--- transports.rb (revision 722520)
+++ transports.rb (working copy)
# How many bytes to read/write at once.
- RW_CHUNK_SIZE = 2 ** 20 #:nodoc:
+ RW_CHUNK_SIZE = 128 * 1024 #:nodoc:
svn commit -m "BUILDR-214: buildr is stuck uploading to sftp repository -
change RW_CHUNK_SIZE from 1MB downto 128K" transports.rb
Sending transports.rb
Transmitting file data .
Committed revision 724953.
> 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.