All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] gpg_sign.py: get rid of pexpect
@ 2016-03-21  9:25 Robert Yang
  2016-03-21  9:25 ` [PATCH 1/3] rpm: check _gpg_passphrase before ask for input Robert Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robert Yang @ 2016-03-21  9:25 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit d3ab7005f0c899da9f9f132b22861bd5d4f952ba:

  tzdata: update to 2016b (2016-03-20 22:58:00 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/rpm
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/rpm

Robert Yang (3):
  rpm: check _gpg_passphrase before ask for input
  gpg_sign.py: get rid of pexpect
  selftest/signing.py: RPM_GPG_PASSPHRASE_FILE -> RPM_GPG_PASSPHRASE

 meta-selftest/files/signing/secret.txt             |    1 -
 meta/classes/sign_rpm.bbclass                      |   10 +--
 meta/lib/oe/gpg_sign.py                            |   24 ++-----
 meta/lib/oeqa/selftest/signing.py                  |    2 +-
 ...heck-_gpg_passphrase-before-ask-for-input.patch |   70 ++++++++++++++++++++
 meta/recipes-devtools/rpm/rpm_5.4.16.bb            |    1 +
 6 files changed, 84 insertions(+), 24 deletions(-)
 delete mode 100644 meta-selftest/files/signing/secret.txt
 create mode 100644 meta/recipes-devtools/rpm/rpm/rpmqv.c-check-_gpg_passphrase-before-ask-for-input.patch

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-21  9:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-21  9:25 [PATCH 0/3] gpg_sign.py: get rid of pexpect Robert Yang
2016-03-21  9:25 ` [PATCH 1/3] rpm: check _gpg_passphrase before ask for input Robert Yang
2016-03-21  9:25 ` [PATCH 2/3] gpg_sign.py: get rid of pexpect Robert Yang
2016-03-21  9:25 ` [PATCH 3/3] selftest/signing.py: RPM_GPG_PASSPHRASE_FILE -> RPM_GPG_PASSPHRASE Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.