1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-06 02:39:53 +00: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:
Robert Yang
2016-03-21 02:25:51 -07:00
committed by Richard Purdie
parent 3e5c5fe330
commit 5988b5c5d7
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1 +0,0 @@
test123
+1 -1
View File
@@ -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