diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-10 22:34:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-10 22:34:44 -0400 |
commit | 233e177f91a6ac504e94b32a6950bfd3d37d0c65 (patch) | |
tree | 690ef8c57d30f0f8ed5cbf140e829ee0d3fded99 /doc | |
parent | aecc1edcdd80c41f04e30c3e4749b3b301cd928d (diff) |
avoid using curl for file:// urls since it's buggy
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/get_fails_for_file:__47____47___web_remotes_if_the_file_is_empty.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/get_fails_for_file:__47____47___web_remotes_if_the_file_is_empty.mdwn b/doc/bugs/get_fails_for_file:__47____47___web_remotes_if_the_file_is_empty.mdwn index 84b107c31..bb943fa86 100644 --- a/doc/bugs/get_fails_for_file:__47____47___web_remotes_if_the_file_is_empty.mdwn +++ b/doc/bugs/get_fails_for_file:__47____47___web_remotes_if_the_file_is_empty.mdwn @@ -19,3 +19,8 @@ Debian sid/experimental default repository version: 3 supported repository versions: 3 4 upgrade supported from repository versions: 0 1 2 + +> Seems that curl doesn't write the file it was asked to +> output to in this case. Crazy. Does not affect empty +> http urls. Switched to using just cp for file:// +> [[done]] --[[Joey]] |