All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] get-versions: fix typo in fsverity.ver
@ 2018-06-11 12:13 Amir Goldstein
  2018-06-12  1:41 ` Theodore Y. Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Amir Goldstein @ 2018-06-11 12:13 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: Eryu Guan, fstests

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
---

Hi Ted,

BTW, why are fsverity and ima-evm-utils required and not
optional repos?

Thanks,
Amir.

 get-versions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/get-versions b/get-versions
index 9cbecd0..7058212 100755
--- a/get-versions
+++ b/get-versions
@@ -25,7 +25,7 @@ fi
 if test -d fsverity
 then
     cd fsverity
-    ver=$(git describe --always --dirty); echo "fsverity	$ver ($(git log -1 --pretty=%cD))" > ../$TMPDIR/keyutils.ver
+    ver=$(git describe --always --dirty); echo "fsverity	$ver ($(git log -1 --pretty=%cD))" > ../$TMPDIR/fsverity.ver
     cd ..
 fi
 
-- 
2.7.4


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

* Re: [PATCH] get-versions: fix typo in fsverity.ver
  2018-06-11 12:13 [PATCH] get-versions: fix typo in fsverity.ver Amir Goldstein
@ 2018-06-12  1:41 ` Theodore Y. Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Y. Ts'o @ 2018-06-12  1:41 UTC (permalink / raw)
  To: Amir Goldstein; +Cc: Eryu Guan, fstests

On Mon, Jun 11, 2018 at 03:13:57PM +0300, Amir Goldstein wrote:
> Signed-off-by: Amir Goldstein <amir73il@gmail.com>

Applied, thanks.

> BTW, why are fsverity and ima-evm-utils required and not
> optional repos?

My general rule of thumb has been to include everything needed for
xfstests on kvm-xfstests and gce-xfstest, but not things needed for
android-xfstests.

The fsverity and ima-evm-utils git repos don't technically meet that
definition yet, but there are patches for tests for fsverity that
would require fsverity.  I've been investigating ways of allow IMA to
use fsverity, so that's why I had included it, but it's certainly much
more of a pre-emptive inclusion compared to fsverity.

Part of it is that adding optional repos means I have to test the
build and test appliance generation with and without the repo, so it's
a tiny bit more work/complexity, and I decided to be lazy / keep
things simple.

If the inclusion of ima-evm-utils is annoying, we could look at making
it be optional.

Cheers,

						- Ted

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

end of thread, other threads:[~2018-06-12  1:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-11 12:13 [PATCH] get-versions: fix typo in fsverity.ver Amir Goldstein
2018-06-12  1:41 ` Theodore Y. Ts'o

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.