Log when APPIMAGETOOL_SIGN_PASSPHRASE is set
commita6caef6a1bbffceb9cf9f9becb6b8bf3ef76b20d
authorTheAssassin <theassassin@users.noreply.github.com>
Tue, 2 Aug 2022 11:44:38 +0000 (2 13:44 +0200)
committerTheAssassin <theassassin@users.noreply.github.com>
Tue, 2 Aug 2022 11:44:38 +0000 (2 13:44 +0200)
tree64dfe9c21e77145361b405618003cff4c8276047
parent68cdb36ff38e9b09d84a9b00d2fed62ab02ccfb1
Log when APPIMAGETOOL_SIGN_PASSPHRASE is set

There appear to be cases in which a passphrase is set (and appimagetool
correctly changes the pinentry mode to loopback) in which the gpg-agent
never asks for a password. In such a scenario, the logging within our
passphrase callback is never used, making it impossible to tell where
the problem is exactly. With this change, the log will show whether or
not the passphrase env var was found.
src/appimagetool_sign.c