pkgdev icon indicating copy to clipboard operation
pkgdev copied to clipboard

`pkgdev manifest` may cause manifest errors if aborted while downloading an archive

Open st0nie opened this issue 2 years ago • 2 comments

When clicking ctrl-c to abort pkgdev manifest, the (incomplete) file being downloaded will be stored with a normal file name, indistinguishable from the normal downloaded file. I can only use pkgdev manifest -f to download again. At the same time, pkgdev manifest will not display the file name of the file being downloaded when downloading the file. If someone use curl as the fetch command ( recently I got some 403 error when using wget to download from github ) , it is unable to tell which file is currently being downloaded.

st0nie avatar Aug 28 '23 21:08 st0nie

See also https://github.com/pkgcore/pkgcore/issues/52 and https://bugs.gentoo.org/279096.

thesamesam avatar Aug 30 '23 06:08 thesamesam