Originally reported as fedpkg#103.
Since we started using kerberos, fedpkg upload sends each file twice (the progress bar reaches 100 % and then resets back to zero and goes again).
fedpkg upload
As per @puiterwijk's comments on the fedpkg issue, this needs to be fixed on the dist-git server:
So, update on this: turns out that Curl can deal with this just fine (and does), but we had the Expect disabled at the server end due to old configuration. We will be enabling 100 Continue on the server-side soon. However, due to some quirks of Apache's mod_proxy, this does not yet work as expected, but this is a server-side bug.
So, update on this: turns out that Curl can deal with this just fine (and does), but we had the Expect disabled at the server end due to old configuration. We will be enabling 100 Continue on the server-side soon.
However, due to some quirks of Apache's mod_proxy, this does not yet work as expected, but this is a server-side bug.
Thanks to some excellent tinkering from @puiterwijk this is now fixed.
Metadata Update from @kevin: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.