From: Bruno Meneguele <bmeneg@redhat.com>
To: Petr Vorel <pvorel@suse.cz>
Cc: linux-integrity@vger.kernel.org,
Mimi Zohar <zohar@linux.vnet.ibm.com>,
Vitaly Chikunov <vt@altlinux.org>
Subject: Re: [PATCH ima-evm-utils 0/9] Docker based Travis CI builds
Date: Mon, 17 Aug 2020 15:39:04 -0300 [thread overview]
Message-ID: <20200817183904.GK4781@glitch> (raw)
In-Reply-To: <20200813182532.6931-1-pvorel@suse.cz>
[-- Attachment #1: Type: text/plain, Size: 2580 bytes --]
On Thu, Aug 13, 2020 at 08:25:23PM +0200, Petr Vorel wrote:
> Hi,
>
> we talked about Docker based Travis CI builds.
> Here they are [1]. Working on it revealed few bugs, that's why they're
> included.
>
> I've resent 2 commits ("man:" prefix).
>
> I haven't addressed Mimi's suggestion to replace ibmswtpm2 with libtmps/swtpm [2].
>
> Kind regards,
> Petr
>
> [1] https://travis-ci.org/github/pevik/ima-evm-utils/builds/717681733
> [2] https://github.com/stefanberger/swtpm/wiki/Using-the-IBM-TSS-with-swtpm
>
> Petr Vorel (9):
> configure: Fix tss2-esys check
> man: Fix xmlcatalog path detection
> man: Generate doc targets only when XSL found
> install-swtpm.sh: Ignore certificate for download
> install-swtpm.sh: Update ibmtpm to version 1637
> Remove install-tpm2-tss.sh
> autogen.sh: Cleanup
> tests: Require cmp
> travis: Switch to docker based builds
>
> .travis.yml | 106 +++++++++++++++++++++++----------
> Makefile.am | 4 ++
> autogen.sh | 14 +----
> build.sh | 97 ++++++++++++++++++++++++++++++
> configure.ac | 7 ++-
> m4/manpage-docbook-xsl.m4 | 38 +++++++++---
> tests/install-swtpm.sh | 10 ++--
> tests/install-tpm2-tss.sh | 19 ------
> tests/sign_verify.test | 9 ++-
> travis/alpine.sh | 50 ++++++++++++++++
> travis/centos.sh | 1 +
> travis/debian.cross-compile.sh | 23 +++++++
> travis/debian.i386.sh | 11 ++++
> travis/debian.sh | 54 +++++++++++++++++
> travis/fedora.sh | 49 +++++++++++++++
> travis/opensuse.sh | 1 +
> travis/tumbleweed.sh | 45 ++++++++++++++
> travis/ubuntu.sh | 1 +
> 18 files changed, 457 insertions(+), 82 deletions(-)
> create mode 100755 build.sh
> delete mode 100755 tests/install-tpm2-tss.sh
> create mode 100755 travis/alpine.sh
> create mode 120000 travis/centos.sh
> create mode 100755 travis/debian.cross-compile.sh
> create mode 100755 travis/debian.i386.sh
> create mode 100755 travis/debian.sh
> create mode 100755 travis/fedora.sh
> create mode 120000 travis/opensuse.sh
> create mode 100755 travis/tumbleweed.sh
> create mode 120000 travis/ubuntu.sh
>
> --
> 2.28.0
>
I've tested it in both Fedora and CentOS 8 (RHEL actually).
Reviewed-by: Bruno Meneguele <bmeneg@redhat.com>
Thanks Petr.
--
bmeneg
PGP Key: http://bmeneg.com/pubkey.txt
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2020-08-17 18:40 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-13 18:25 [PATCH ima-evm-utils 0/9] Docker based Travis CI builds Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 1/9] configure: Fix tss2-esys check Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 2/9] man: Fix xmlcatalog path detection Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 3/9] man: Generate doc targets only when XSL found Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 4/9] install-swtpm.sh: Ignore certificate for download Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 5/9] install-swtpm.sh: Update ibmtpm to version 1637 Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 6/9] Remove install-tpm2-tss.sh Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 7/9] autogen.sh: Cleanup Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 8/9] tests: Require cmp Petr Vorel
2020-08-13 18:25 ` [PATCH ima-evm-utils 9/9] travis: Switch to docker based builds Petr Vorel
2020-08-16 18:52 ` Mimi Zohar
2020-08-17 8:04 ` Petr Vorel
2020-08-17 18:38 ` Bruno Meneguele
2020-08-17 19:56 ` Petr Vorel
2020-08-17 18:39 ` Bruno Meneguele [this message]
2020-08-18 21:54 ` [PATCH ima-evm-utils 0/9] Docker based Travis CI builds Mimi Zohar
2020-08-19 5:14 ` Petr Vorel
2020-08-19 14:37 ` Mimi Zohar
2020-08-19 17:19 ` George Wilson
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=20200817183904.GK4781@glitch \
--to=bmeneg@redhat.com \
--cc=linux-integrity@vger.kernel.org \
--cc=pvorel@suse.cz \
--cc=vt@altlinux.org \
--cc=zohar@linux.vnet.ibm.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).