From: Markus Lehtonen <markus.lehtonen@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v4 0/8] Support signed RPM package feeds
Date: Tue, 15 Aug 2017 14:34:49 +0300 [thread overview]
Message-ID: <cover.1502795847.git.markus.lehtonen@linux.intel.com> (raw)
Fourth iteration of the patchset enabling signed RPM package feeds.
Changes since v3:
- new patch for the 'signing-keys' recipe, fixing a likely failure in the dnf
package feed selftest
- one comment line added in "dnf: expand dnf selftest to test signed package feeds"
patch
The following changes since commit 5a25ed1071f0d9b7d95edcc2b5b4545f960d5f95:
image-prelink: Disable for musl images (2017-08-11 08:14:19 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib marquiz/fixes-11209
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=marquiz/fixes-11209
Markus Lehtonen (8):
lib/oe/package_manager: re-implement rpm feed signing
dnf: rrecommend gnupg
signing-keys: delete unused tasks
sign_package_feed.bbclass: install signing key into rootfs
package_manager.py: enable dnf's repo_gpgcheck if feed signing is
enabled
oeqa: fix dnf tests
oeqa: fix temp file handling in dnf package feed test
dnf: expand dnf selftest to test signed package feeds
meta-selftest/files/signing/key.passphrase | 1 +
.../cases/{dnf-runtime.py => dnf_runtime.py} | 13 ++++++++----
meta/classes/sign_package_feed.bbclass | 3 +++
meta/lib/oe/package_manager.py | 24 +++++++++++++++++++---
meta/lib/oeqa/selftest/cases/runtime_test.py | 14 +++++++++++--
meta/recipes-core/meta/signing-keys.bb | 8 ++++++++
meta/recipes-devtools/dnf/dnf_2.6.3.bb | 2 ++
7 files changed, 56 insertions(+), 9 deletions(-)
create mode 100644 meta-selftest/files/signing/key.passphrase
rename meta-selftest/lib/oeqa/runtime/cases/{dnf-runtime.py => dnf_runtime.py} (77%)
--
2.12.3
next reply other threads:[~2017-08-15 11:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-15 11:34 Markus Lehtonen [this message]
2017-08-15 11:34 ` [PATCH v4 1/8] lib/oe/package_manager: re-implement rpm feed signing Markus Lehtonen
2017-08-15 11:34 ` [PATCH v4 2/8] dnf: rrecommend gnupg Markus Lehtonen
2017-08-15 11:34 ` [PATCH v4 3/8] signing-keys: delete unused tasks Markus Lehtonen
2017-08-15 11:34 ` [PATCH v4 4/8] sign_package_feed.bbclass: install signing key into rootfs Markus Lehtonen
2017-08-15 11:34 ` [PATCH v4 5/8] package_manager.py: enable dnf's repo_gpgcheck if feed signing is enabled Markus Lehtonen
2017-08-15 11:34 ` [PATCH v4 6/8] oeqa: fix dnf tests Markus Lehtonen
2017-08-15 11:34 ` [PATCH v4 7/8] oeqa: fix temp file handling in dnf package feed test Markus Lehtonen
2017-08-15 11:34 ` [PATCH v4 8/8] dnf: expand dnf selftest to test signed package feeds Markus Lehtonen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1502795847.git.markus.lehtonen@linux.intel.com \
--to=markus.lehtonen@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.