[manjaro-dev] signing problem

Philip Müller philm at manjaro.org
Sat Jun 3 09:26:28 CEST 2017


Am 03.06.2017 um 00:27 schrieb Bernhard Landauer:
> Thanks for your help Ste.
> I'm kind of lost for ideas right now

Hi Bernhard. Did you check this [1] already?

Signfile uses following code:

load_vars "$HOME/.makepkg.conf"
load_vars /etc/makepkg.conf

if [ ! -e "$1" ]; then
    error "%s does not exist!" "$1"
    exit 1
fi

msg2 "Signing [%s] with key %s" "${1##*/}" "${GPGKEY}..."
gpg --detach-sign --use-agent -u "${GPGKEY}" "$1"

Does the output match the key you want?

grep GPGKEY /etc/makepkg.conf
GPGKEY="philm"

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1271050


More information about the manjaro-dev mailing list