mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
selftest/signing.py: RPM_GPG_PASSPHRASE_FILE -> RPM_GPG_PASSPHRASE
(From OE-Core rev: ce14964d99741f1a4579bae18da5013498c365fd) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3e5c5fe330
commit
5988b5c5d7
@@ -1 +0,0 @@
|
||||
test123
|
||||
@@ -54,7 +54,7 @@ class Signing(oeSelfTest):
|
||||
test_recipe = 'ed'
|
||||
|
||||
feature = 'INHERIT += "sign_rpm"\n'
|
||||
feature += 'RPM_GPG_PASSPHRASE_FILE = "%ssecret.txt"\n' % self.gpg_dir
|
||||
feature += 'RPM_GPG_PASSPHRASE = "test123"\n'
|
||||
feature += 'RPM_GPG_NAME = "testuser"\n'
|
||||
feature += 'RPM_GPG_PUBKEY = "%s%s"\n' % (self.gpg_dir, self.pub_key_name)
|
||||
feature += 'GPG_PATH = "%s"\n' % self.gpg_dir
|
||||
|
||||
Reference in New Issue
Block a user