#130 RFE: fedpkg upload of remote URL
Closed: Invalid 7 years ago Opened 12 years ago by jankratochvil.

Uploading new source tarball is a pain, my home connection (Czech ADSL) is 2Mbit downstream but only 256kbit upstream. New GDB tarball is 21MB, this is 15-30 minutes to wait. Sometimes the upload fails and one starts again.

Fedora lookaside server could download it on its own, like with:
{{{
fedpkg upload ftp://sourceware.org/pub/gdb/snapshots/current/gdb-7.4.50.20111219.tar.bz2
}}}


And I got a timeout again, after 15 minutes, isn't there a server timeout?

{{{
Uploading: 9576bf93abf529011e19d04981af1f44 gdb-7.4.50.20111219.tar.bz2

########################################################### 91.4%

curl: (55) SSL write: error -5961
Could not execute new_sources: Command '['curl', '-k', '--cert', '/home/jkratoch/.fedora.cert', '--fail', '-o', '/dev/null', '--show-error', '--progress-bar', '-F', 'name=gdb', '-F', 'md5sum=9576bf93abf529011e19d04981af1f44', '-F', 'file=@gdb-7.4.50.20111219.tar.bz2', 'https://pkgs.fedoraproject.org/repo/pkgs/upload.cgi']' returned non-zero exit status 55
real 15m2.772s
}}}

This is something we can not really fix, you as a developer is supposed to be verifying the sources you upload. there is always a chance that what gets pulled is not correct.

@ausil changed the status to Closed

7 years ago

Login to comment on this ticket.

Metadata