User Details
User Details
- User Since
- Aug 22 2023, 8:55 PM (55 w, 1 d)
- Availability
- Available
Aug 23 2023
Aug 23 2023
AndrewAmmerlaan added a comment to T6556: gpgtar: Removes existing output file on error.
That is intentional. If we are able to remove a file we do it. Solution for you is easy: gpg .... -o - </dev/null >/dev/null
AndrewAmmerlaan added a comment to T6556: gpgtar: Removes existing output file on error.
This looks like the same problem I encountered in Gentoo's Portage. To unlock the binary package signing key, Portage will run the equivalent of gpg --homedir ... --digest-algo ... --local-user ... --output /dev/null /dev/null. If unlocking fails (due to e.g. wrong password), /dev/null is removed: https://bugs.gentoo.org/912808