All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amir Goldstein <amir73il@gmail.com>
To: Theodore Ts'o <tytso@mit.edu>
Cc: Eryu Guan <eguan@redhat.com>, fstests@vger.kernel.org
Subject: [PATCH] get-versions: fix typo in fsverity.ver
Date: Mon, 11 Jun 2018 15:13:57 +0300	[thread overview]
Message-ID: <1528719237-1278-1-git-send-email-amir73il@gmail.com> (raw)

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


             reply	other threads:[~2018-06-11 12:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-11 12:13 Amir Goldstein [this message]
2018-06-12  1:41 ` [PATCH] get-versions: fix typo in fsverity.ver Theodore Y. Ts'o

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=1528719237-1278-1-git-send-email-amir73il@gmail.com \
    --to=amir73il@gmail.com \
    --cc=eguan@redhat.com \
    --cc=fstests@vger.kernel.org \
    --cc=tytso@mit.edu \
    /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.