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

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.