]> code.ossystems Code Review - openembedded-core.git/commit
gpg_sign.py: fix signing of rpm files using gpg
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 14 Feb 2017 15:10:04 +0000 (17:10 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Mar 2017 09:43:21 +0000 (09:43 +0000)
commitf82f270df2da59702026721612563aea57cd77eb
tree1a61a25203f7f4ab51a0d7f52c1298578d834af4
parent6c434a711c0d281ecc9aeff488b63b80a338b229
gpg_sign.py: fix signing of rpm files using gpg

This means
a) calling rpmkeys and rpmsign instead of rpm
b) instructing gpg to run non-interactively; otherwise on my machine
it pops up windows requesting a key passphrase

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
meta/lib/oe/gpg_sign.py
meta/lib/oeqa/selftest/signing.py